Uses of Class
io.gopluslabs.client.model.ResponseWrapperListApproveNFTListResponse
-
Packages that use ResponseWrapperListApproveNFTListResponse Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperListApproveNFTListResponse in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperListApproveNFTListResponse Modifier and Type Method Description ResponseWrapperListApproveNFTListResponseApproveControllerV2Api. addressNFT721ApproveListUsingGET1(String addresses, String chainId, String authorization)Returns the ERC-721 approvals of an EOA address and associated risk items.Methods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperListApproveNFTListResponse Modifier and Type Method Description ApiResponse<ResponseWrapperListApproveNFTListResponse>ApproveControllerV2Api. addressNFT721ApproveListUsingGET1WithHttpInfo(String addresses, String chainId, String authorization)Returns the ERC-721 approvals of an EOA address and associated risk items.Method parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperListApproveNFTListResponse Modifier and Type Method Description com.squareup.okhttp.CallApproveControllerV2Api. addressNFT721ApproveListUsingGET1Async(String addresses, String chainId, String authorization, ApiCallback<ResponseWrapperListApproveNFTListResponse> callback)Returns the ERC-721 approvals of an EOA address and associated risk items. -
Uses of ResponseWrapperListApproveNFTListResponse in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperListApproveNFTListResponse Modifier and Type Method Description ResponseWrapperListApproveNFTListResponseResponseWrapperListApproveNFTListResponse. addResultItem(ApproveNFTListResponse resultItem)ResponseWrapperListApproveNFTListResponseResponseWrapperListApproveNFTListResponse. code(Integer code)ResponseWrapperListApproveNFTListResponseResponseWrapperListApproveNFTListResponse. message(String message)ResponseWrapperListApproveNFTListResponseResponseWrapperListApproveNFTListResponse. result(List<ApproveNFTListResponse> result) -
Uses of ResponseWrapperListApproveNFTListResponse in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperListApproveNFTListResponse Modifier and Type Method Description static ApproveNFTListApproveNFTList. of(ResponseWrapperListApproveNFTListResponse response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperListApproveNFTListResponse Constructor Description ApproveNFTList(ResponseWrapperListApproveNFTListResponse value)
-