Package com.docusign.esign.model
Class AccountPasswordLockoutDurationType
- java.lang.Object
-
- com.docusign.esign.model.AccountPasswordLockoutDurationType
-
- All Implemented Interfaces:
Serializable
public class AccountPasswordLockoutDurationType extends Object implements Serializable
AccountPasswordLockoutDurationType.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountPasswordLockoutDurationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountPasswordLockoutDurationTypeaddOptionsItem(String optionsItem)addOptionsItem.booleanequals(Object o)Compares objects.List<String>getOptions().inthashCode()Returns the HashCode.AccountPasswordLockoutDurationTypeoptions(List<String> options)options.voidsetOptions(List<String> options)setOptions.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
options
public AccountPasswordLockoutDurationType options(List<String> options)
options.- Returns:
- AccountPasswordLockoutDurationType
-
addOptionsItem
public AccountPasswordLockoutDurationType addOptionsItem(String optionsItem)
addOptionsItem.- Returns:
- AccountPasswordLockoutDurationType
-
equals
public boolean equals(Object o)
Compares objects.
-
-