Uses of Class
io.gopluslabs.client.model.ResponseWrapperListGetChainsList
-
Packages that use ResponseWrapperListGetChainsList Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperListGetChainsList in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperListGetChainsList Modifier and Type Method Description ResponseWrapperListGetChainsListTokenControllerV1Api. getChainsListUsingGET(String authorization, String name)Get the list of chains supported by different functions.Methods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperListGetChainsList Modifier and Type Method Description ApiResponse<ResponseWrapperListGetChainsList>TokenControllerV1Api. getChainsListUsingGETWithHttpInfo(String authorization, String name)Get the list of chains supported by different functions.Method parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperListGetChainsList Modifier and Type Method Description com.squareup.okhttp.CallTokenControllerV1Api. getChainsListUsingGETAsync(String authorization, String name, ApiCallback<ResponseWrapperListGetChainsList> callback)Get the list of chains supported by different functions. -
Uses of ResponseWrapperListGetChainsList in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperListGetChainsList Modifier and Type Method Description ResponseWrapperListGetChainsListResponseWrapperListGetChainsList. addResultItem(ResponseWrapperListGetChainsListResult resultItem)ResponseWrapperListGetChainsListResponseWrapperListGetChainsList. code(Integer code)ResponseWrapperListGetChainsListResponseWrapperListGetChainsList. message(String message)ResponseWrapperListGetChainsListResponseWrapperListGetChainsList. result(List<ResponseWrapperListGetChainsListResult> result) -
Uses of ResponseWrapperListGetChainsList in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperListGetChainsList Modifier and Type Method Description static ChainsListChainsList. of(ResponseWrapperListGetChainsList response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperListGetChainsList Constructor Description ChainsList(ResponseWrapperListGetChainsList value)
-