public class UpdatePasswordRequest
extends java.lang.Object
Constructor | Description |
---|---|
UpdatePasswordRequest() |
Initializes a new instance of the UpdatePasswordRequest class.
|
UpdatePasswordRequest(UpdatePasswordOptions options) |
Initializes a new instance of the UpdatePasswordRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
UpdatePasswordOptions |
getoptions() |
Options to specify document name, current and new password
|
int |
hashCode() |
|
void |
setoptions(UpdatePasswordOptions options) |
|
java.lang.String |
toString() |
public UpdatePasswordRequest()
public UpdatePasswordRequest(UpdatePasswordOptions options)
options
- Options to specify document name, current and new passwordpublic UpdatePasswordOptions getoptions()
public void setoptions(UpdatePasswordOptions options)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2022. All rights reserved.