Class ScimGenesysUserExternalId

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

public class ScimGenesysUserExternalId extends Object implements Serializable
External Identifiers of user. The external identifier must be unique within the organization and the 'authority'
See Also:
  • Constructor Details

    • ScimGenesysUserExternalId

      public ScimGenesysUserExternalId()
    • ScimGenesysUserExternalId

      public ScimGenesysUserExternalId(Boolean initWithEmptyList)
  • Method Details

    • authority

      public ScimGenesysUserExternalId authority(String authority)
      Authority, or scope, of \"externalId\". Allows multiple external identifiers to be defined. Represents the source of the external identifier.
    • getAuthority

      public String getAuthority()
    • setAuthority

      public void setAuthority(String authority)
    • value

      public ScimGenesysUserExternalId value(String value)
      Identifier of the user in an external system.
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • 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