Package com.mypurecloud.sdk.v2.model
Class ExternalContactReference
java.lang.Object
com.mypurecloud.sdk.v2.model.ExternalContactReference
- All Implemented Interfaces:
Serializable
ExternalContactReference
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe first name of the contact.getId()inthashCode()The globally unique identifier for the object.The last name of the contact.voidsetFirstName(String firstName) voidvoidsetLastName(String lastName) toString()
-
Constructor Details
-
ExternalContactReference
public ExternalContactReference() -
ExternalContactReference
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
firstName
The first name of the contact. -
getFirstName
-
setFirstName
-
lastName
The last name of the contact. -
getLastName
-
setLastName
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-