Uses of Class
com.cumulocity.rest.representation.identity.ExternalIDRepresentation
Packages that use ExternalIDRepresentation
Package
Description
Provides the classes necessary to bind, unbind and query external identifiers.
-
Uses of ExternalIDRepresentation in com.cumulocity.rest.representation.event
Methods in com.cumulocity.rest.representation.event that return ExternalIDRepresentationMethods in com.cumulocity.rest.representation.event with parameters of type ExternalIDRepresentationModifier and TypeMethodDescriptionvoid
EventRepresentation.setExternalSource
(ExternalIDRepresentation externalSource) -
Uses of ExternalIDRepresentation in com.cumulocity.rest.representation.identity
Methods in com.cumulocity.rest.representation.identity that return types with arguments of type ExternalIDRepresentationModifier and TypeMethodDescriptionExternalIDCollectionRepresentation.getExternalIds()
ExternalIDCollectionRepresentation.iterator()
Method parameters in com.cumulocity.rest.representation.identity with type arguments of type ExternalIDRepresentationModifier and TypeMethodDescriptionvoid
ExternalIDCollectionRepresentation.setExternalIds
(List<ExternalIDRepresentation> externalIds) -
Uses of ExternalIDRepresentation in com.cumulocity.rest.representation.measurement
Methods in com.cumulocity.rest.representation.measurement that return ExternalIDRepresentationMethods in com.cumulocity.rest.representation.measurement with parameters of type ExternalIDRepresentationModifier and TypeMethodDescriptionvoid
MeasurementRepresentation.setExternalSource
(ExternalIDRepresentation externalSource) -
Uses of ExternalIDRepresentation in com.cumulocity.sdk.client.identity
Methods in com.cumulocity.sdk.client.identity that return ExternalIDRepresentationModifier 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) Methods in com.cumulocity.sdk.client.identity that return types with arguments of type ExternalIDRepresentationModifier and TypeMethodDescriptionPagedExternalIDCollectionRepresentation.allPages()
PagedExternalIDCollectionRepresentation.elements
(int limit) Methods in com.cumulocity.sdk.client.identity with parameters of type ExternalIDRepresentationModifier 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) Constructor parameters in com.cumulocity.sdk.client.identity with type arguments of type ExternalIDRepresentationModifierConstructorDescriptionPagedExternalIDCollectionRepresentation
(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation, ? extends ExternalIDCollectionRepresentation> collectionResource)