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 TypeMethodDescriptionvoidEventRepresentation.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 TypeMethodDescriptionvoidExternalIDCollectionRepresentation.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 TypeMethodDescriptionvoidMeasurementRepresentation.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) voidIdentityApi.deleteExternalId(ExternalIDRepresentation externalId) Deletes between the external id and its global id in the platform.voidIdentityApiImpl.deleteExternalId(ExternalIDRepresentation extIdRep) Constructor parameters in com.cumulocity.sdk.client.identity with type arguments of type ExternalIDRepresentationModifierConstructorDescriptionPagedExternalIDCollectionRepresentation(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation, ? extends ExternalIDCollectionRepresentation> collectionResource)