Package com.docusign.esign.model
Class RecipientIdentityPhoneNumber
- java.lang.Object
-
- com.docusign.esign.model.RecipientIdentityPhoneNumber
-
public class RecipientIdentityPhoneNumber extends Object
RecipientIdentityPhoneNumber.
-
-
Constructor Summary
Constructors Constructor Description RecipientIdentityPhoneNumber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientIdentityPhoneNumbercountryCode(String countryCode)countryCode.RecipientIdentityPhoneNumbercountryCodeLock(String countryCodeLock)countryCodeLock.RecipientIdentityPhoneNumbercountryCodeMetadata(PropertyMetadata countryCodeMetadata)countryCodeMetadata.booleanequals(Object o)Compares objects.RecipientIdentityPhoneNumberextension(String extension)extension.RecipientIdentityPhoneNumberextensionMetadata(PropertyMetadata extensionMetadata)extensionMetadata.StringgetCountryCode().StringgetCountryCodeLock().PropertyMetadatagetCountryCodeMetadata()Metadata that indicates if the `countryCode` property is editable..StringgetExtension().PropertyMetadatagetExtensionMetadata()Metadata that indicates if the `extension` property is editable..StringgetNumber().PropertyMetadatagetNumberMetadata()Metadata that indicates if the `number` property is editable..inthashCode()Returns the HashCode.RecipientIdentityPhoneNumbernumber(String number)number.RecipientIdentityPhoneNumbernumberMetadata(PropertyMetadata numberMetadata)numberMetadata.voidsetCountryCode(String countryCode)setCountryCode.voidsetCountryCodeLock(String countryCodeLock)setCountryCodeLock.voidsetCountryCodeMetadata(PropertyMetadata countryCodeMetadata)setCountryCodeMetadata.voidsetExtension(String extension)setExtension.voidsetExtensionMetadata(PropertyMetadata extensionMetadata)setExtensionMetadata.voidsetNumber(String number)setNumber.voidsetNumberMetadata(PropertyMetadata numberMetadata)setNumberMetadata.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
countryCode
public RecipientIdentityPhoneNumber countryCode(String countryCode)
countryCode.- Returns:
- RecipientIdentityPhoneNumber
-
getCountryCode
public String getCountryCode()
.- Returns:
- countryCode
-
setCountryCode
public void setCountryCode(String countryCode)
setCountryCode.
-
countryCodeLock
public RecipientIdentityPhoneNumber countryCodeLock(String countryCodeLock)
countryCodeLock.- Returns:
- RecipientIdentityPhoneNumber
-
getCountryCodeLock
public String getCountryCodeLock()
.- Returns:
- countryCodeLock
-
setCountryCodeLock
public void setCountryCodeLock(String countryCodeLock)
setCountryCodeLock.
-
countryCodeMetadata
public RecipientIdentityPhoneNumber countryCodeMetadata(PropertyMetadata countryCodeMetadata)
countryCodeMetadata.- Returns:
- RecipientIdentityPhoneNumber
-
getCountryCodeMetadata
public PropertyMetadata getCountryCodeMetadata()
Metadata that indicates if the `countryCode` property is editable..- Returns:
- countryCodeMetadata
-
setCountryCodeMetadata
public void setCountryCodeMetadata(PropertyMetadata countryCodeMetadata)
setCountryCodeMetadata.
-
extension
public RecipientIdentityPhoneNumber extension(String extension)
extension.- Returns:
- RecipientIdentityPhoneNumber
-
getExtension
public String getExtension()
.- Returns:
- extension
-
setExtension
public void setExtension(String extension)
setExtension.
-
extensionMetadata
public RecipientIdentityPhoneNumber extensionMetadata(PropertyMetadata extensionMetadata)
extensionMetadata.- Returns:
- RecipientIdentityPhoneNumber
-
getExtensionMetadata
public PropertyMetadata getExtensionMetadata()
Metadata that indicates if the `extension` property is editable..- Returns:
- extensionMetadata
-
setExtensionMetadata
public void setExtensionMetadata(PropertyMetadata extensionMetadata)
setExtensionMetadata.
-
number
public RecipientIdentityPhoneNumber number(String number)
number.- Returns:
- RecipientIdentityPhoneNumber
-
getNumber
public String getNumber()
.- Returns:
- number
-
setNumber
public void setNumber(String number)
setNumber.
-
numberMetadata
public RecipientIdentityPhoneNumber numberMetadata(PropertyMetadata numberMetadata)
numberMetadata.- Returns:
- RecipientIdentityPhoneNumber
-
getNumberMetadata
public PropertyMetadata getNumberMetadata()
Metadata that indicates if the `number` property is editable..- Returns:
- numberMetadata
-
setNumberMetadata
public void setNumberMetadata(PropertyMetadata numberMetadata)
setNumberMetadata.
-
equals
public boolean equals(Object o)
Compares objects.
-
-