public static final class ResetNodeUserOwnPasswordProperties.Builder
extends java.lang.Object
ResetNodeUserOwnPasswordProperties.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ResetNodeUserOwnPasswordProperties. |
| Modifier and Type | Method and Description |
|---|---|
ResetNodeUserOwnPasswordProperties |
build() |
ResetNodeUserOwnPasswordProperties.Builder |
setOldPassword(java.lang.String oldPassword)
If the old_password is not given, a 400 BAD REQUEST is returned with an error
message.
|
ResetNodeUserOwnPasswordProperties.Builder |
setPassword(java.lang.String password)
The new password for user
|
public Builder()
ResetNodeUserOwnPasswordProperties.public ResetNodeUserOwnPasswordProperties.Builder setOldPassword(java.lang.String oldPassword)
oldPassword - New value for the property.public ResetNodeUserOwnPasswordProperties.Builder setPassword(java.lang.String password)
password - New value for the property.public ResetNodeUserOwnPasswordProperties build()