Uses of Class
com.cumulocity.rest.representation.identity.ExternalIDRepresentation
-
Packages that use ExternalIDRepresentation Package Description com.cumulocity.rest.representation.event com.cumulocity.rest.representation.identity com.cumulocity.rest.representation.measurement com.cumulocity.sdk.client.identity 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 ExternalIDRepresentation Modifier and Type Method Description ExternalIDRepresentationEventRepresentation. getExternalSource()Methods in com.cumulocity.rest.representation.event with parameters of type ExternalIDRepresentation Modifier and Type Method Description voidEventRepresentation. 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 ExternalIDRepresentation Modifier and Type Method Description List<ExternalIDRepresentation>ExternalIDCollectionRepresentation. getExternalIds()Iterator<ExternalIDRepresentation>ExternalIDCollectionRepresentation. iterator()Method parameters in com.cumulocity.rest.representation.identity with type arguments of type ExternalIDRepresentation Modifier and Type Method Description voidExternalIDCollectionRepresentation. setExternalIds(List<ExternalIDRepresentation> externalIds) -
Uses of ExternalIDRepresentation in com.cumulocity.rest.representation.measurement
Methods in com.cumulocity.rest.representation.measurement that return ExternalIDRepresentation Modifier and Type Method Description ExternalIDRepresentationMeasurementRepresentation. getExternalSource()Methods in com.cumulocity.rest.representation.measurement with parameters of type ExternalIDRepresentation Modifier and Type Method Description voidMeasurementRepresentation. setExternalSource(ExternalIDRepresentation externalSource) -
Uses of ExternalIDRepresentation in com.cumulocity.sdk.client.identity
Methods in com.cumulocity.sdk.client.identity that return ExternalIDRepresentation Modifier and Type Method Description ExternalIDRepresentationIdentityApi. create(ExternalIDRepresentation externalId)Creates an association between the external id and its global id in the platform.ExternalIDRepresentationIdentityApiImpl. create(ExternalIDRepresentation representation)ExternalIDRepresentationIdentityApi. getExternalId(ID extId)Gets external id representation from the platform by the given external id.ExternalIDRepresentationIdentityApiImpl. getExternalId(ID extId)Methods in com.cumulocity.sdk.client.identity that return types with arguments of type ExternalIDRepresentation Modifier and Type Method Description Iterable<ExternalIDRepresentation>PagedExternalIDCollectionRepresentation. allPages()Iterable<ExternalIDRepresentation>PagedExternalIDCollectionRepresentation. elements(int limit)Methods in com.cumulocity.sdk.client.identity with parameters of type ExternalIDRepresentation Modifier and Type Method Description ExternalIDRepresentationIdentityApi. create(ExternalIDRepresentation externalId)Creates an association between the external id and its global id in the platform.ExternalIDRepresentationIdentityApiImpl. 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 ExternalIDRepresentation Constructor Description PagedExternalIDCollectionRepresentation(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation,? extends ExternalIDCollectionRepresentation> collectionResource)
-