Uses of Class
io.gopluslabs.client.model.ResponseWrapperGetNftInfo
-
Packages that use ResponseWrapperGetNftInfo Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperGetNftInfo in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperGetNftInfo Modifier and Type Method Description ResponseWrapperGetNftInfoNftControllerApi. getNftInfoUsingGET1(String chainId, String contractAddresses, String authorization, String tokenId)Get NFT's security and risk data.Methods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperGetNftInfo Modifier and Type Method Description ApiResponse<ResponseWrapperGetNftInfo>NftControllerApi. getNftInfoUsingGET1WithHttpInfo(String chainId, String contractAddresses, String authorization, String tokenId)Get NFT's security and risk data.Method parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperGetNftInfo Modifier and Type Method Description com.squareup.okhttp.CallNftControllerApi. getNftInfoUsingGET1Async(String chainId, String contractAddresses, String authorization, String tokenId, ApiCallback<ResponseWrapperGetNftInfo> callback)Get NFT's security and risk data. -
Uses of ResponseWrapperGetNftInfo in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperGetNftInfo Modifier and Type Method Description ResponseWrapperGetNftInfoResponseWrapperGetNftInfo. code(Integer code)ResponseWrapperGetNftInfoResponseWrapperGetNftInfo. message(String message)ResponseWrapperGetNftInfoResponseWrapperGetNftInfo. result(ResponseWrapperGetNftInfoResult result) -
Uses of ResponseWrapperGetNftInfo in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperGetNftInfo Modifier and Type Method Description static NftInfoNftInfo. of(ResponseWrapperGetNftInfo response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperGetNftInfo Constructor Description NftInfo(ResponseWrapperGetNftInfo value)
-