public class AccountsApi extends Object
| Constructor and Description |
|---|
AccountsApi() |
AccountsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Account |
accountsGet()
Loads your account.
|
com.squareup.okhttp.Call |
accountsGetAsync(ApiCallback<Account> callback)
Loads your account.
|
com.squareup.okhttp.Call |
accountsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountsGet
|
ApiResponse<Account> |
accountsGetWithHttpInfo()
Loads your account.
|
Account |
accountsPut(Account body)
Update your Account
|
com.squareup.okhttp.Call |
accountsPutAsync(Account body,
ApiCallback<Account> callback)
Update your Account (asynchronously)
|
com.squareup.okhttp.Call |
accountsPutCall(Account body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountsPut
|
ApiResponse<Account> |
accountsPutWithHttpInfo(Account body)
Update your Account
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AccountsApi()
public AccountsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call accountsGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Account accountsGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Account> accountsGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call accountsGetAsync(ApiCallback<Account> 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 objectpublic com.squareup.okhttp.Call accountsPutCall(Account body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Account accountsPut(Account body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Account> accountsPutWithHttpInfo(Account body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call accountsPutAsync(Account body, ApiCallback<Account> callback) throws ApiException
body - (required)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 © 2019. All rights reserved.