public class RecipientIdentityInputOption extends Object
| Constructor and Description |
|---|
RecipientIdentityInputOption() |
| Modifier and Type | Method and Description |
|---|---|
RecipientIdentityInputOption |
addPhoneNumberListItem(RecipientIdentityPhoneNumber phoneNumberListItem) |
boolean |
equals(Object o) |
String |
getName() |
List<RecipientIdentityPhoneNumber> |
getPhoneNumberList() |
String |
getValueType() |
int |
hashCode() |
RecipientIdentityInputOption |
name(String name) |
RecipientIdentityInputOption |
phoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList) |
void |
setName(String name) |
void |
setPhoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList) |
void |
setValueType(String valueType) |
String |
toString() |
RecipientIdentityInputOption |
valueType(String valueType) |
public RecipientIdentityInputOption name(String name)
public String getName()
public void setName(String name)
public RecipientIdentityInputOption phoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList)
public RecipientIdentityInputOption addPhoneNumberListItem(RecipientIdentityPhoneNumber phoneNumberListItem)
public List<RecipientIdentityPhoneNumber> getPhoneNumberList()
public void setPhoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList)
public RecipientIdentityInputOption valueType(String valueType)
public String getValueType()
public void setValueType(String valueType)
Copyright © 2020. All rights reserved.