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.
|
Modifier and Type | Method and Description |
---|---|
ExternalIDRepresentation |
EventRepresentation.getExternalSource() |
Modifier and Type | Method and Description |
---|---|
void |
EventRepresentation.setExternalSource(ExternalIDRepresentation externalSource) |
Modifier and Type | Method and Description |
---|---|
List<ExternalIDRepresentation> |
ExternalIDCollectionRepresentation.getExternalIds() |
Iterator<ExternalIDRepresentation> |
ExternalIDCollectionRepresentation.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalIDCollectionRepresentation.setExternalIds(List<ExternalIDRepresentation> externalIds) |
Modifier and Type | Method and Description |
---|---|
ExternalIDRepresentation |
MeasurementRepresentation.getExternalSource() |
Modifier and Type | Method and Description |
---|---|
void |
MeasurementRepresentation.setExternalSource(ExternalIDRepresentation externalSource) |
Modifier and Type | Method and Description |
---|---|
ExternalIDRepresentation |
IdentityApi.create(ExternalIDRepresentation externalId)
Creates an association between the external id and its global id in the platform.
|
ExternalIDRepresentation |
IdentityApiImpl.create(ExternalIDRepresentation representation) |
ExternalIDRepresentation |
IdentityApi.getExternalId(com.cumulocity.model.ID extId)
Gets external id representation from the platform by the given external id.
|
ExternalIDRepresentation |
IdentityApiImpl.getExternalId(com.cumulocity.model.ID extId) |
Modifier and Type | Method and Description |
---|---|
Iterable<ExternalIDRepresentation> |
PagedExternalIDCollectionRepresentation.allPages() |
Iterable<ExternalIDRepresentation> |
PagedExternalIDCollectionRepresentation.elements(int limit) |
Modifier and Type | Method and Description |
---|---|
ExternalIDRepresentation |
IdentityApi.create(ExternalIDRepresentation externalId)
Creates an association between the external id and its global id in the platform.
|
ExternalIDRepresentation |
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 and Description |
---|
PagedExternalIDCollectionRepresentation(ExternalIDCollectionRepresentation collection,
PagedCollectionResource<ExternalIDRepresentation,? extends ExternalIDCollectionRepresentation> collectionResource) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.