public class ProfileApi
extends java.lang.Object
| Constructor and Description |
|---|
ProfileApi() |
ProfileApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
profileChangePassword(ProfilePasswordChange passwordChangeBody)
Change your password
Change the password of the currently logged-in user, i.e.
|
com.squareup.okhttp.Call |
profileChangePasswordAsync(ProfilePasswordChange passwordChangeBody,
ApiCallback<java.lang.Void> callback)
Change your password (asynchronously)
Change the password of the currently logged-in user, i.e.
|
com.squareup.okhttp.Call |
profileChangePasswordCall(ProfilePasswordChange passwordChangeBody,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for profileChangePassword
|
ApiResponse<java.lang.Void> |
profileChangePasswordWithHttpInfo(ProfilePasswordChange passwordChangeBody)
Change your password
Change the password of the currently logged-in user, i.e.
|
void |
setApiClient(ApiClient apiClient) |
public ProfileApi()
public ProfileApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call profileChangePasswordCall(ProfilePasswordChange passwordChangeBody, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
passwordChangeBody - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void profileChangePassword(ProfilePasswordChange passwordChangeBody) throws ApiException
passwordChangeBody - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> profileChangePasswordWithHttpInfo(ProfilePasswordChange passwordChangeBody) throws ApiException
passwordChangeBody - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call profileChangePasswordAsync(ProfilePasswordChange passwordChangeBody, ApiCallback<java.lang.Void> callback) throws ApiException
passwordChangeBody - (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 object