Package com.mypurecloud.sdk.v2.model
Class ScimGenesysUserExternalId
java.lang.Object
com.mypurecloud.sdk.v2.model.ScimGenesysUserExternalId
- All Implemented Interfaces:
Serializable
External Identifiers of user. The external identifier must be unique within the organization and the 'authority'
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAuthority, or scope, of \"externalId\".booleangetValue()inthashCode()voidsetAuthority(String authority) voidtoString()Identifier of the user in an external system.
-
Constructor Details
-
ScimGenesysUserExternalId
public ScimGenesysUserExternalId() -
ScimGenesysUserExternalId
-
-
Method Details
-
authority
Authority, or scope, of \"externalId\". Allows multiple external identifiers to be defined. Represents the source of the external identifier. -
getAuthority
-
setAuthority
-
value
Identifier of the user in an external system. -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-