Uses of Class
com.docusign.esign.model.RecipientIdentityPhoneNumber
-
Packages that use RecipientIdentityPhoneNumber Package Description com.docusign.esign.model -
-
Uses of RecipientIdentityPhoneNumber in com.docusign.esign.model
Methods in com.docusign.esign.model that return RecipientIdentityPhoneNumber Modifier and Type Method Description RecipientIdentityPhoneNumberRecipientIdentityPhoneNumber. countryCode(String countryCode)countryCode.RecipientIdentityPhoneNumberRecipientIdentityPhoneNumber. countryCodeLock(String countryCodeLock)countryCodeLock.RecipientIdentityPhoneNumberRecipientIdentityPhoneNumber. extension(String extension)extension.RecipientIdentityPhoneNumberRecipientIdentityPhoneNumber. number(String number)number.Methods in com.docusign.esign.model that return types with arguments of type RecipientIdentityPhoneNumber Modifier and Type Method Description List<RecipientIdentityPhoneNumber>RecipientIdentityInputOption. getPhoneNumberList().Methods in com.docusign.esign.model with parameters of type RecipientIdentityPhoneNumber Modifier and Type Method Description RecipientIdentityInputOptionRecipientIdentityInputOption. addPhoneNumberListItem(RecipientIdentityPhoneNumber phoneNumberListItem)addPhoneNumberListItem.Method parameters in com.docusign.esign.model with type arguments of type RecipientIdentityPhoneNumber Modifier and Type Method Description RecipientIdentityInputOptionRecipientIdentityInputOption. phoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList)phoneNumberList.voidRecipientIdentityInputOption. setPhoneNumberList(List<RecipientIdentityPhoneNumber> phoneNumberList)setPhoneNumberList.
-