public class AccountApi extends Object
| Constructor and Description |
|---|
AccountApi() |
AccountApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
AccountDetail |
getAccountDetail()
Get account detail
|
okhttp3.Call |
getAccountDetailAsync(ApiCallback<AccountDetail> _callback)
Get account detail (asynchronously)
|
okhttp3.Call |
getAccountDetailCall(ApiCallback _callback)
Build call for getAccountDetail
|
ApiResponse<AccountDetail> |
getAccountDetailWithHttpInfo()
Get account detail
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AccountApi()
public AccountApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAccountDetailCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Successful | - |
public AccountDetail getAccountDetail() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Successful | - |
public ApiResponse<AccountDetail> getAccountDetailWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Successful | - |
public okhttp3.Call getAccountDetailAsync(ApiCallback<AccountDetail> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | Successful | - |
Copyright © 2023. All rights reserved.