|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalIDRepresentation | |
---|---|
com.cumulocity.rest.representation.identity | |
com.cumulocity.sdk.client.identity | Provides the classes necessary to bind, unbind and query external identifiers. |
Uses of ExternalIDRepresentation in com.cumulocity.rest.representation.identity |
---|
Methods in com.cumulocity.rest.representation.identity that return types with arguments of type ExternalIDRepresentation | |
---|---|
List<ExternalIDRepresentation> |
ExternalIDCollectionRepresentation.getExternalIds()
|
Method parameters in com.cumulocity.rest.representation.identity with type arguments of type ExternalIDRepresentation | |
---|---|
void |
ExternalIDCollectionRepresentation.setExternalIds(List<ExternalIDRepresentation> externalIds)
|
Uses of ExternalIDRepresentation in com.cumulocity.sdk.client.identity |
---|
Methods in com.cumulocity.sdk.client.identity that return ExternalIDRepresentation | |
---|---|
ExternalIDRepresentation |
IdentityApiImpl.create(ExternalIDRepresentation representation)
|
ExternalIDRepresentation |
IdentityApi.create(ExternalIDRepresentation externalId)
Creates an association between the external id and its global id in the platform. |
ExternalIDRepresentation |
IdentityApiImpl.getExternalId(ID extId)
|
ExternalIDRepresentation |
IdentityApi.getExternalId(ID extId)
Gets external id representation from the platform by the given external id. |
Methods in com.cumulocity.sdk.client.identity with parameters of type ExternalIDRepresentation | |
---|---|
ExternalIDRepresentation |
IdentityApiImpl.create(ExternalIDRepresentation representation)
|
ExternalIDRepresentation |
IdentityApi.create(ExternalIDRepresentation externalId)
Creates an association between the external id and its global id in the platform. |
void |
IdentityApiImpl.deleteExternalId(ExternalIDRepresentation extIdRep)
|
void |
IdentityApi.deleteExternalId(ExternalIDRepresentation externalId)
Deletes between the external id and its global id in the platform. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |