Package com.mypurecloud.sdk.v2.model
Class UserExternalIdentifier
java.lang.Object
com.mypurecloud.sdk.v2.model.UserExternalIdentifier
- All Implemented Interfaces:
Serializable
Defines a link between an External Identifier and Authority pair to a Entity Type and Entity Identifier pair. Represents the two way, one to one mapping of an External Authority or System of Record's identifier to a PureCloud entity. e.g. (ExternalId='05001',Authority='XyzCRM') to (entityType=user,entityId='8eb03b33-3acb-4bc1-a244-50b9b9f19495')
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorityName(String authorityName) Authority or System of Record which owns the External IdentifierbooleanexternalKey(String externalKey) External KeyinthashCode()voidsetAuthorityName(String authorityName) voidsetExternalKey(String externalKey) toString()
-
Constructor Details
-
UserExternalIdentifier
public UserExternalIdentifier() -
UserExternalIdentifier
-
-
Method Details
-
authorityName
Authority or System of Record which owns the External Identifier -
getAuthorityName
-
setAuthorityName
-
externalKey
External Key -
getExternalKey
-
setExternalKey
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-