Package com.docusign.esign.model
Class RecipientIdentityInputOption
- java.lang.Object
-
- com.docusign.esign.model.RecipientIdentityInputOption
-
- All Implemented Interfaces:
Serializable
public class RecipientIdentityInputOption extends Object implements Serializable
RecipientIdentityInputOption.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecipientIdentityInputOption()
-
Method Summary
-
-
-
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.
-
stringValue
public RecipientIdentityInputOption stringValue(String stringValue)
stringValue.- Returns:
- RecipientIdentityInputOption
-
getStringValue
public String getStringValue()
.- Returns:
- stringValue
-
setStringValue
public void setStringValue(String stringValue)
setStringValue.
-
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.
-
-