public class AccountApi extends Object
| Constructor and Description |
|---|
AccountApi() |
AccountApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
GetAccount |
getAccount()
Get your account information, plan and credits details
|
com.squareup.okhttp.Call |
getAccountAsync(ApiCallback<GetAccount> callback)
Get your account information, plan and credits details (asynchronously)
|
com.squareup.okhttp.Call |
getAccountCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAccount
|
ApiResponse<GetAccount> |
getAccountWithHttpInfo()
Get your account information, plan and credits details
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AccountApi()
public AccountApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getAccountCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetAccount getAccount() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetAccount> getAccountWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAccountAsync(ApiCallback<GetAccount> 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 objectCopyright © 2021. All rights reserved.