| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersApi.executePasswordChange(ExecutePasswordChangeParams body)
Execute password change
Change the password of a user.
|
com.squareup.okhttp.Call |
UsersApi.executePasswordChangeAsync(ExecutePasswordChangeParams body,
ApiCallback<Void> callback)
Execute password change (asynchronously)
Change the password of a user.
|
com.squareup.okhttp.Call |
UsersApi.executePasswordChangeCall(ExecutePasswordChangeParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for executePasswordChange
|
ApiResponse<Void> |
UsersApi.executePasswordChangeWithHttpInfo(ExecutePasswordChangeParams body)
Execute password change
Change the password of a user.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutePasswordChangeParams |
ExecutePasswordChangeParams.password(String password) |
ExecutePasswordChangeParams |
ExecutePasswordChangeParams.passwordChangeToken(String passwordChangeToken) |
ExecutePasswordChangeParams |
ExecutePasswordChangeParams.userId(String userId) |
Copyright © 2018. All rights reserved.