Class UserExternalIdentifier

java.lang.Object
com.mypurecloud.sdk.v2.model.UserExternalIdentifier
All Implemented Interfaces:
Serializable

public class UserExternalIdentifier extends Object implements 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 Details

    • UserExternalIdentifier

      public UserExternalIdentifier()
    • UserExternalIdentifier

      public UserExternalIdentifier(Boolean initWithEmptyList)
  • Method Details

    • authorityName

      public UserExternalIdentifier authorityName(String authorityName)
      Authority or System of Record which owns the External Identifier
    • getAuthorityName

      public String getAuthorityName()
    • setAuthorityName

      public void setAuthorityName(String authorityName)
    • externalKey

      public UserExternalIdentifier externalKey(String externalKey)
      External Key
    • getExternalKey

      public String getExternalKey()
    • setExternalKey

      public void setExternalKey(String externalKey)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object