Package com.mypurecloud.sdk.v2.model
Class GroupContact
java.lang.Object
com.mypurecloud.sdk.v2.model.GroupContact
- All Implemented Interfaces:
Serializable
GroupContact
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMedia type of the addressstatic enumContact type of the address -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPhone number for this contact typebooleanExtension is set if the number is e164 validgetType()inthashCode()mediaType(GroupContact.MediaTypeEnum mediaType) Media type of the addressvoidsetAddress(String address) voidsetExtension(String extension) voidsetMediaType(GroupContact.MediaTypeEnum mediaType) voidsetType(GroupContact.TypeEnum type) toString()type(GroupContact.TypeEnum type) Contact type of the address
-
Constructor Details
-
GroupContact
public GroupContact() -
GroupContact
-
-
Method Details
-
address
Phone number for this contact type -
getAddress
-
setAddress
-
extension
Extension is set if the number is e164 valid -
getExtension
-
setExtension
-
getDisplay
-
type
Contact type of the address -
getType
-
setType
-
mediaType
Media type of the address -
getMediaType
-
setMediaType
-
equals
-
hashCode
public int hashCode() -
toString
-