Package com.mypurecloud.sdk.v2.model
Class ExternalOrganizationIdentifier
java.lang.Object
com.mypurecloud.sdk.v2.model.ExternalOrganizationIdentifier
- All Implemented Interfaces:
Serializable
ExternalOrganizationIdentifier
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of this identifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Date time is represented as an ISO-8601 string.division(WritableStarrableDivision division) The division to which this entity belongs.booleanexternalSource(ExternalSource externalSource) The External Source ID of the identifiergetType()getValue()inthashCode()voidsetDateCreated(Date dateCreated) voidsetDivision(WritableStarrableDivision division) voidsetExternalSource(ExternalSource externalSource) voidvoidtoString()The type of this identifierThe string value of the identifier.
-
Constructor Details
-
ExternalOrganizationIdentifier
public ExternalOrganizationIdentifier() -
ExternalOrganizationIdentifier
-
-
Method Details
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
type
The type of this identifier -
getType
-
setType
-
value
The string value of the identifier. Will vary in syntax by type. Max: 255 characters. -
getValue
-
setValue
-
dateCreated
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
externalSource
The External Source ID of the identifier -
getExternalSource
-
setExternalSource
-
equals
-
hashCode
public int hashCode() -
toString
-