Uses of Class
com.cumulocity.rest.representation.identity.IdentityRepresentation
-
Packages that use IdentityRepresentation Package Description com.cumulocity.rest.representation.platform com.cumulocity.sdk.client.identity Provides the classes necessary to bind, unbind and query external identifiers. -
-
Uses of IdentityRepresentation in com.cumulocity.rest.representation.platform
Methods in com.cumulocity.rest.representation.platform that return IdentityRepresentation Modifier and Type Method Description IdentityRepresentationPlatformApiRepresentation. getIdentity()Methods in com.cumulocity.rest.representation.platform with parameters of type IdentityRepresentation Modifier and Type Method Description voidPlatformApiRepresentation. setIdentity(IdentityRepresentation identity) -
Uses of IdentityRepresentation in com.cumulocity.sdk.client.identity
Constructors in com.cumulocity.sdk.client.identity with parameters of type IdentityRepresentation Constructor Description IdentityApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, IdentityRepresentation identityRepresentation, int pageSize)
-