public class UserChangePasswordRequestBuilder extends BaseActionRequestBuilder implements IUserChangePasswordRequestBuilder
bodyParams| Constructor and Description |
|---|
UserChangePasswordRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String currentPassword,
java.lang.String newPassword)
The request builder for this UserChangePassword
|
| Modifier and Type | Method and Description |
|---|---|
IUserChangePasswordRequest |
buildRequest()
Creates the IUserChangePasswordRequest
|
IUserChangePasswordRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IUserChangePasswordRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic UserChangePasswordRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String currentPassword,
java.lang.String newPassword)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcurrentPassword - the currentPasswordnewPassword - the newPasswordpublic IUserChangePasswordRequest buildRequest()
buildRequest in interface IUserChangePasswordRequestBuilderpublic IUserChangePasswordRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IUserChangePasswordRequestBuilderrequestOptions - the options for the request