Uses of Class
com.cumulocity.model.ID
-
Packages that use ID Package Description com.cumulocity.model com.cumulocity.model.idtype com.cumulocity.sdk.client.identity Provides the classes necessary to bind, unbind and query external identifiers. -
-
Uses of ID in com.cumulocity.model
Classes in com.cumulocity.model with type parameters of type ID Modifier and Type Class Description classDocument<T extends ID>Represents the common elements of any modeled entity.Methods in com.cumulocity.model with type parameters of type ID Modifier and Type Method Description static <T extends ID>
com.google.common.base.Function<? super Document<T>,T>Document. asId()Methods in com.cumulocity.model with parameters of type ID Modifier and Type Method Description static StringID. asString(ID id)Constructors in com.cumulocity.model with parameters of type ID Constructor Description ID(ID in) -
Uses of ID in com.cumulocity.model.idtype
Subclasses of ID in com.cumulocity.model.idtype Modifier and Type Class Description classGId -
Uses of ID in com.cumulocity.sdk.client.identity
Methods in com.cumulocity.sdk.client.identity with parameters of type ID Modifier and Type Method Description ExternalIDRepresentationIdentityApi. getExternalId(ID extId)Gets external id representation from the platform by the given external id.ExternalIDRepresentationIdentityApiImpl. getExternalId(ID extId)
-