public class ForgotPasswordResult extends Object implements Serializable
Respresents the response from the server regarding the request to reset a password.
Constructor and Description |
---|
ForgotPasswordResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CodeDeliveryDetailsType |
getCodeDeliveryDetails()
The code delivery details returned by the server in response to the
request to reset a password.
|
int |
hashCode() |
void |
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the
request to reset a password.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ForgotPasswordResult |
withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the
request to reset a password.
|
public CodeDeliveryDetailsType getCodeDeliveryDetails()
The code delivery details returned by the server in response to the request to reset a password.
The code delivery details returned by the server in response to the request to reset a password.
public void setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to reset a password.
codeDeliveryDetails
- The code delivery details returned by the server in response to the request to reset a password.
public ForgotPasswordResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server in response to the request to reset a password.
Returns a reference to this object so that method calls can be chained together.
codeDeliveryDetails
- The code delivery details returned by the server in response to the request to reset a password.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.