Package com.docusign.esign.model
Class RecipientIdentityInputOption
- java.lang.Object
-
- com.docusign.esign.model.RecipientIdentityInputOption
-
public class RecipientIdentityInputOption extends Object
RecipientIdentityInputOption.
-
-
Constructor Summary
Constructors Constructor Description RecipientIdentityInputOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientIdentityInputOptionaddPhoneNumberListItem(RecipientIdentityPhoneNumber phoneNumberListItem)addPhoneNumberListItem.booleanequals(Object o)Compares objects.StringgetName().List<RecipientIdentityPhoneNumber>getPhoneNumberList().StringgetValueType().inthashCode()Returns the HashCode.RecipientIdentityInputOptionname(String name)name.RecipientIdentityInputOptionphoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList)phoneNumberList.voidsetName(String name)setName.voidsetPhoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList)setPhoneNumberList.voidsetValueType(String valueType)setValueType.StringtoString()Converts the given object to string.RecipientIdentityInputOptionvalueType(String valueType)valueType.
-
-
-
Method Detail
-
name
public RecipientIdentityInputOption name(String name)
name.- Returns:
- RecipientIdentityInputOption
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
phoneNumberList
public RecipientIdentityInputOption phoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList)
phoneNumberList.- Returns:
- RecipientIdentityInputOption
-
addPhoneNumberListItem
public RecipientIdentityInputOption addPhoneNumberListItem(RecipientIdentityPhoneNumber phoneNumberListItem)
addPhoneNumberListItem.- Returns:
- RecipientIdentityInputOption
-
getPhoneNumberList
public List<RecipientIdentityPhoneNumber> getPhoneNumberList()
.- Returns:
- phoneNumberList
-
setPhoneNumberList
public void setPhoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList)
setPhoneNumberList.
-
valueType
public RecipientIdentityInputOption valueType(String valueType)
valueType.- Returns:
- RecipientIdentityInputOption
-
getValueType
public String getValueType()
.- Returns:
- valueType
-
setValueType
public void setValueType(String valueType)
setValueType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-