| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
User |
UsersApi.editAuthorizedUser(UserUpdateParamsImpl body)
Edit the authorized user
Edit the authorized user's data and settings.
|
com.squareup.okhttp.Call |
UsersApi.editAuthorizedUserAsync(UserUpdateParamsImpl body,
ApiCallback<User> callback)
Edit the authorized user (asynchronously)
Edit the authorized user's data and settings.
|
com.squareup.okhttp.Call |
UsersApi.editAuthorizedUserCall(UserUpdateParamsImpl body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for editAuthorizedUser
|
ApiResponse<User> |
UsersApi.editAuthorizedUserWithHttpInfo(UserUpdateParamsImpl body)
Edit the authorized user
Edit the authorized user's data and settings.
|
| Modifier and Type | Method and Description |
|---|---|
UserUpdateParamsImpl |
UserUpdateParamsImpl.email(String email) |
UserUpdateParamsImpl |
UserUpdateParamsImpl.isAutoUpdateEnabled(Boolean isAutoUpdateEnabled) |
UserUpdateParamsImpl |
UserUpdateParamsImpl.phone(String phone) |
Copyright © 2018. All rights reserved.