public class AccountApi extends Object
| Constructor and Description |
|---|
AccountApi() |
AccountApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
accountGet()
Get account information
Get account details
|
com.squareup.okhttp.Call |
accountGetAsync(ApiCallback<String> callback)
Get account information (asynchronously)
Get account details
|
com.squareup.okhttp.Call |
accountGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountGet
|
ApiResponse<String> |
accountGetWithHttpInfo()
Get account information
Get account details
|
String |
accountPost(Account account)
Create a new account
Create An Account
|
com.squareup.okhttp.Call |
accountPostAsync(Account account,
ApiCallback<String> callback)
Create a new account (asynchronously)
Create An Account
|
com.squareup.okhttp.Call |
accountPostCall(Account account,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountPost
|
ApiResponse<String> |
accountPostWithHttpInfo(Account account)
Create a new account
Create An Account
|
String |
accountUseageBySubaccountGet(Integer year,
Integer month)
Get account useage by subaccount
Get account useage by subaccount
|
com.squareup.okhttp.Call |
accountUseageBySubaccountGetAsync(Integer year,
Integer month,
ApiCallback<String> callback)
Get account useage by subaccount (asynchronously)
Get account useage by subaccount
|
com.squareup.okhttp.Call |
accountUseageBySubaccountGetCall(Integer year,
Integer month,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountUseageBySubaccountGet
|
ApiResponse<String> |
accountUseageBySubaccountGetWithHttpInfo(Integer year,
Integer month)
Get account useage by subaccount
Get account useage by subaccount
|
String |
accountVerifySendPut(AccountVerify accountVerify)
Send account activation token
Send account activation token
|
com.squareup.okhttp.Call |
accountVerifySendPutAsync(AccountVerify accountVerify,
ApiCallback<String> callback)
Send account activation token (asynchronously)
Send account activation token
|
com.squareup.okhttp.Call |
accountVerifySendPutCall(AccountVerify accountVerify,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountVerifySendPut
|
ApiResponse<String> |
accountVerifySendPutWithHttpInfo(AccountVerify accountVerify)
Send account activation token
Send account activation token
|
String |
accountVerifyVerifyByActivationTokenPut(Integer activationToken)
Verify new account
Verify new account
|
com.squareup.okhttp.Call |
accountVerifyVerifyByActivationTokenPutAsync(Integer activationToken,
ApiCallback<String> callback)
Verify new account (asynchronously)
Verify new account
|
com.squareup.okhttp.Call |
accountVerifyVerifyByActivationTokenPutCall(Integer activationToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountVerifyVerifyByActivationTokenPut
|
ApiResponse<String> |
accountVerifyVerifyByActivationTokenPutWithHttpInfo(Integer activationToken)
Verify new account
Verify new account
|
String |
forgotPasswordPut(ForgotPassword forgotPassword)
Forgot password
Forgot password
|
com.squareup.okhttp.Call |
forgotPasswordPutAsync(ForgotPassword forgotPassword,
ApiCallback<String> callback)
Forgot password (asynchronously)
Forgot password
|
com.squareup.okhttp.Call |
forgotPasswordPutCall(ForgotPassword forgotPassword,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for forgotPasswordPut
|
ApiResponse<String> |
forgotPasswordPutWithHttpInfo(ForgotPassword forgotPassword)
Forgot password
Forgot password
|
String |
forgotPasswordVerifyPut(AccountForgotPasswordVerify verifyPassword)
Verify forgot password
Verify forgot password
|
com.squareup.okhttp.Call |
forgotPasswordVerifyPutAsync(AccountForgotPasswordVerify verifyPassword,
ApiCallback<String> callback)
Verify forgot password (asynchronously)
Verify forgot password
|
com.squareup.okhttp.Call |
forgotPasswordVerifyPutCall(AccountForgotPasswordVerify verifyPassword,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for forgotPasswordVerifyPut
|
ApiResponse<String> |
forgotPasswordVerifyPutWithHttpInfo(AccountForgotPasswordVerify verifyPassword)
Verify forgot password
Verify forgot password
|
String |
forgotUsernamePut(ForgotUsername forgotUsername)
Forgot username
Forgot username
|
com.squareup.okhttp.Call |
forgotUsernamePutAsync(ForgotUsername forgotUsername,
ApiCallback<String> callback)
Forgot username (asynchronously)
Forgot username
|
com.squareup.okhttp.Call |
forgotUsernamePutCall(ForgotUsername forgotUsername,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for forgotUsernamePut
|
ApiResponse<String> |
forgotUsernamePutWithHttpInfo(ForgotUsername forgotUsername)
Forgot username
Forgot username
|
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 accountGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String accountGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> accountGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call accountGetAsync(ApiCallback<String> 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 accountPostCall(Account account, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
account - Account model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String accountPost(Account account) throws ApiException
account - Account model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> accountPostWithHttpInfo(Account account) throws ApiException
account - Account model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call accountPostAsync(Account account, ApiCallback<String> callback) throws ApiException
account - Account model (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 objectpublic com.squareup.okhttp.Call accountUseageBySubaccountGetCall(Integer year, Integer month, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
year - Year to filter by (yyyy) (required)month - Month to filter by (mm) (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String accountUseageBySubaccountGet(Integer year, Integer month) throws ApiException
year - Year to filter by (yyyy) (required)month - Month to filter by (mm) (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> accountUseageBySubaccountGetWithHttpInfo(Integer year, Integer month) throws ApiException
year - Year to filter by (yyyy) (required)month - Month to filter by (mm) (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call accountUseageBySubaccountGetAsync(Integer year, Integer month, ApiCallback<String> callback) throws ApiException
year - Year to filter by (yyyy) (required)month - Month to filter by (mm) (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 objectpublic com.squareup.okhttp.Call accountVerifySendPutCall(AccountVerify accountVerify, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountVerify - Account details (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String accountVerifySendPut(AccountVerify accountVerify) throws ApiException
accountVerify - Account details (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> accountVerifySendPutWithHttpInfo(AccountVerify accountVerify) throws ApiException
accountVerify - Account details (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call accountVerifySendPutAsync(AccountVerify accountVerify, ApiCallback<String> callback) throws ApiException
accountVerify - Account details (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 objectpublic com.squareup.okhttp.Call accountVerifyVerifyByActivationTokenPutCall(Integer activationToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
activationToken - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String accountVerifyVerifyByActivationTokenPut(Integer activationToken) throws ApiException
activationToken - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> accountVerifyVerifyByActivationTokenPutWithHttpInfo(Integer activationToken) throws ApiException
activationToken - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call accountVerifyVerifyByActivationTokenPutAsync(Integer activationToken, ApiCallback<String> callback) throws ApiException
activationToken - (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 objectpublic com.squareup.okhttp.Call forgotPasswordPutCall(ForgotPassword forgotPassword, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
forgotPassword - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String forgotPasswordPut(ForgotPassword forgotPassword) throws ApiException
forgotPassword - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> forgotPasswordPutWithHttpInfo(ForgotPassword forgotPassword) throws ApiException
forgotPassword - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call forgotPasswordPutAsync(ForgotPassword forgotPassword, ApiCallback<String> callback) throws ApiException
forgotPassword - (optional)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 forgotPasswordVerifyPutCall(AccountForgotPasswordVerify verifyPassword, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
verifyPassword - verifyPassword data (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String forgotPasswordVerifyPut(AccountForgotPasswordVerify verifyPassword) throws ApiException
verifyPassword - verifyPassword data (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> forgotPasswordVerifyPutWithHttpInfo(AccountForgotPasswordVerify verifyPassword) throws ApiException
verifyPassword - verifyPassword data (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call forgotPasswordVerifyPutAsync(AccountForgotPasswordVerify verifyPassword, ApiCallback<String> callback) throws ApiException
verifyPassword - verifyPassword data (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 objectpublic com.squareup.okhttp.Call forgotUsernamePutCall(ForgotUsername forgotUsername, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
forgotUsername - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String forgotUsernamePut(ForgotUsername forgotUsername) throws ApiException
forgotUsername - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> forgotUsernamePutWithHttpInfo(ForgotUsername forgotUsername) throws ApiException
forgotUsername - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call forgotUsernamePutAsync(ForgotUsername forgotUsername, ApiCallback<String> callback) throws ApiException
forgotUsername - (optional)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.