public class UpdateAccountApi extends Object
| Constructor and Description |
|---|
UpdateAccountApi() |
UpdateAccountApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
EventResponse |
updateAccount(UpdateAccount JSON)
Use update_account to record changes to the user's account information.
|
com.squareup.okhttp.Call |
updateAccountAsync(UpdateAccount JSON,
ApiCallback<EventResponse> callback)
Use update_account to record changes to the user's account information.
|
com.squareup.okhttp.Call |
updateAccountCall(UpdateAccount JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateAccount
|
ApiResponse<EventResponse> |
updateAccountWithHttpInfo(UpdateAccount JSON)
Use update_account to record changes to the user's account information.
|
public UpdateAccountApi()
public UpdateAccountApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call updateAccountCall(UpdateAccount JSON, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
JSON - Pass user details after update or change in user info. Only `_userID` is required field. But this should contain user info. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EventResponse updateAccount(UpdateAccount JSON) throws ApiException
JSON - Pass user details after update or change in user info. Only `_userID` is required field. But this should contain user info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EventResponse> updateAccountWithHttpInfo(UpdateAccount JSON) throws ApiException
JSON - Pass user details after update or change in user info. Only `_userID` is required field. But this should contain user info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateAccountAsync(UpdateAccount JSON, ApiCallback<EventResponse> callback) throws ApiException
JSON - Pass user details after update or change in user info. Only `_userID` is required field. But this should contain user info. (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 © 2017. All rights reserved.