Uses of Class
com.cumulocity.rest.representation.identity.ExternalIDRepresentation
Package
Description
Provides the classes necessary to bind, unbind and query external identifiers.
-
Uses of ExternalIDRepresentation in com.cumulocity.rest.representation.event
Modifier and TypeMethodDescriptionvoid
EventRepresentation.setExternalSource
(ExternalIDRepresentation externalSource) -
Uses of ExternalIDRepresentation in com.cumulocity.rest.representation.identity
Modifier and TypeMethodDescriptionExternalIDCollectionRepresentation.getExternalIds()
ExternalIDCollectionRepresentation.iterator()
Modifier and TypeMethodDescriptionvoid
ExternalIDCollectionRepresentation.setExternalIds
(List<ExternalIDRepresentation> externalIds) -
Uses of ExternalIDRepresentation in com.cumulocity.rest.representation.measurement
Modifier and TypeMethodDescriptionvoid
MeasurementRepresentation.setExternalSource
(ExternalIDRepresentation externalSource) -
Uses of ExternalIDRepresentation in com.cumulocity.sdk.client.identity
Modifier and TypeMethodDescriptionIdentityApi.create
(ExternalIDRepresentation externalId) Creates an association between the external id and its global id in the platform.IdentityApiImpl.create
(ExternalIDRepresentation representation) IdentityApi.getExternalId
(ID extId) Gets external id representation from the platform by the given external id.IdentityApiImpl.getExternalId
(ID extId) Modifier and TypeMethodDescriptionPagedExternalIDCollectionRepresentation.allPages()
PagedExternalIDCollectionRepresentation.elements
(int limit) Modifier and TypeMethodDescriptionIdentityApi.create
(ExternalIDRepresentation externalId) Creates an association between the external id and its global id in the platform.IdentityApiImpl.create
(ExternalIDRepresentation representation) void
IdentityApi.deleteExternalId
(ExternalIDRepresentation externalId) Deletes between the external id and its global id in the platform.void
IdentityApiImpl.deleteExternalId
(ExternalIDRepresentation extIdRep) ModifierConstructorDescriptionPagedExternalIDCollectionRepresentation
(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation, ? extends ExternalIDCollectionRepresentation> collectionResource)