Uses of Class
com.mypurecloud.sdk.v2.model.ExternalId
Packages that use ExternalId
-
Uses of ExternalId in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExternalIdModifier and TypeMethodDescriptionExternalId.externalSource(ExternalSource externalSource) The external source of the identifier.The string value of the identifier.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ExternalIdModifier and TypeMethodDescriptionExternalContact.getExternalIds()ExternalOrganization.getExternalIds()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ExternalIdModifier and TypeMethodDescriptionExternalContact.externalIds(List<ExternalId> externalIds) A list of external identifiers that identify this contact in an external system.ExternalOrganization.externalIds(List<ExternalId> externalIds) A list of external identifiers that identify this External Organization in an external system.voidExternalContact.setExternalIds(List<ExternalId> externalIds) voidExternalOrganization.setExternalIds(List<ExternalId> externalIds)