Package com.mypurecloud.sdk.v2.model
Class Contact
java.lang.Object
com.mypurecloud.sdk.v2.model.Contact
- All Implemented Interfaces:
Serializable
Contact
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets mediaTypestatic enumGets or Sets type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEmail address or phone number for this contact typecountryCode(String countryCode) booleanUse internal extension instead of address.getType()inthashCode()integration(String integration) Integration tag value if this number is associated with an external integration.mediaType(Contact.MediaTypeEnum mediaType) voidsetAddress(String address) voidsetCountryCode(String countryCode) voidsetExtension(String extension) voidsetIntegration(String integration) voidsetMediaType(Contact.MediaTypeEnum mediaType) voidsetType(Contact.TypeEnum type) toString()type(Contact.TypeEnum type)
-
Constructor Details
-
Contact
public Contact() -
Contact
-
-
Method Details
-
address
Email address or phone number for this contact type -
getAddress
-
setAddress
-
getDisplay
-
mediaType
-
getMediaType
-
setMediaType
-
type
-
getType
-
setType
-
extension
Use internal extension instead of address. Mutually exclusive with the address field. -
getExtension
-
setExtension
-
countryCode
-
getCountryCode
-
setCountryCode
-
integration
Integration tag value if this number is associated with an external integration. -
getIntegration
-
setIntegration
-
equals
-
hashCode
public int hashCode() -
toString
-