Package com.mypurecloud.sdk.v2.model
Class ExternalId
java.lang.Object
com.mypurecloud.sdk.v2.model.ExternalId
- All Implemented Interfaces:
Serializable
ExternalId
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexternalSource(ExternalSource externalSource) The external source of the identifier.getValue()inthashCode()voidsetExternalSource(ExternalSource externalSource) voidtoString()The string value of the identifier.
-
Constructor Details
-
ExternalId
public ExternalId() -
ExternalId
-
-
Method Details
-
externalSource
The external source of the identifier. Max: 255 characters. Leading and trailing whitespace stripped. -
getExternalSource
-
setExternalSource
-
value
The string value of the identifier. Max: 255 characters. Leading and trailing whitespace stripped. -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-