Uses of Class
com.mypurecloud.sdk.v2.model.ChangePasswordRequest
Packages that use ChangePasswordRequest
Package
Description
-
Uses of ChangePasswordRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ChangePasswordRequestModifier and TypeMethodDescriptionvoidUsersApi.postUserPassword(String userId, ChangePasswordRequest body) Change a users passwordUsersApi.postUserPasswordWithHttpInfo(String userId, ChangePasswordRequest body) Change a users passwordMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChangePasswordRequestModifier and TypeMethodDescriptionUsersApi.postUserPassword(ApiRequest<ChangePasswordRequest> request) Change a users passwordUsersApiAsync.postUserPasswordAsync(ApiRequest<ChangePasswordRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Change a users password -
Uses of ChangePasswordRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ChangePasswordRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ChangePasswordRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ChangePasswordRequestModifier and TypeMethodDescriptionPostUserPasswordRequest.builder(String userId, ChangePasswordRequest body) voidPostUserPasswordRequest.setBody(ChangePasswordRequest body) PostUserPasswordRequest.Builder.withBody(ChangePasswordRequest body) PostUserPasswordRequest.withBody(ChangePasswordRequest body) PostUserPasswordRequest.Builder.withRequiredParams(String userId, ChangePasswordRequest body) -
Uses of ChangePasswordRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChangePasswordRequestModifier and TypeMethodDescriptionChangePasswordRequest.newPassword(String newPassword) The new password