public class AccountRecoverySettingType extends Object implements Serializable
The data type for AccountRecoverySetting.
| Constructor and Description |
|---|
AccountRecoverySettingType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<RecoveryOptionType> |
getRecoveryMechanisms()
The list of
RecoveryOptionTypes. |
int |
hashCode() |
void |
setRecoveryMechanisms(Collection<RecoveryOptionType> recoveryMechanisms)
The list of
RecoveryOptionTypes. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AccountRecoverySettingType |
withRecoveryMechanisms(Collection<RecoveryOptionType> recoveryMechanisms)
The list of
RecoveryOptionTypes. |
AccountRecoverySettingType |
withRecoveryMechanisms(RecoveryOptionType... recoveryMechanisms)
The list of
RecoveryOptionTypes. |
public List<RecoveryOptionType> getRecoveryMechanisms()
The list of RecoveryOptionTypes.
The list of RecoveryOptionTypes.
public void setRecoveryMechanisms(Collection<RecoveryOptionType> recoveryMechanisms)
The list of RecoveryOptionTypes.
recoveryMechanisms -
The list of RecoveryOptionTypes.
public AccountRecoverySettingType withRecoveryMechanisms(RecoveryOptionType... recoveryMechanisms)
The list of RecoveryOptionTypes.
Returns a reference to this object so that method calls can be chained together.
recoveryMechanisms -
The list of RecoveryOptionTypes.
public AccountRecoverySettingType withRecoveryMechanisms(Collection<RecoveryOptionType> recoveryMechanisms)
The list of RecoveryOptionTypes.
Returns a reference to this object so that method calls can be chained together.
recoveryMechanisms -
The list of RecoveryOptionTypes.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.