Uses of Class
com.cumulocity.rest.representation.identity.ExternalIDCollectionRepresentation
Packages that use ExternalIDCollectionRepresentation
Package
Description
Provides the classes necessary to bind, unbind and query external identifiers.
-
Uses of ExternalIDCollectionRepresentation in com.cumulocity.rest.representation.operation
Methods in com.cumulocity.rest.representation.operation that return ExternalIDCollectionRepresentationMethods in com.cumulocity.rest.representation.operation with parameters of type ExternalIDCollectionRepresentationModifier and TypeMethodDescriptionOperationRepresentation.OperationRepresentationBuilder.deviceExternalIDs
(ExternalIDCollectionRepresentation deviceExternalIDs) void
OperationRepresentation.setDeviceExternalIDs
(ExternalIDCollectionRepresentation deviceExternalIDs) -
Uses of ExternalIDCollectionRepresentation in com.cumulocity.sdk.client.identity
Subclasses of ExternalIDCollectionRepresentation in com.cumulocity.sdk.client.identityMethods in com.cumulocity.sdk.client.identity that return types with arguments of type ExternalIDCollectionRepresentationModifier and TypeMethodDescriptionprotected Class<ExternalIDCollectionRepresentation>
ExternalIDCollectionImpl.getResponseClass()
Methods in com.cumulocity.sdk.client.identity with parameters of type ExternalIDCollectionRepresentationModifier and TypeMethodDescriptionprotected PagedExternalIDCollectionRepresentation
ExternalIDCollectionImpl.wrap
(ExternalIDCollectionRepresentation collection) Constructors in com.cumulocity.sdk.client.identity with parameters of type ExternalIDCollectionRepresentationModifierConstructorDescriptionPagedExternalIDCollectionRepresentation
(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation, ? extends ExternalIDCollectionRepresentation> collectionResource) Constructor parameters in com.cumulocity.sdk.client.identity with type arguments of type ExternalIDCollectionRepresentationModifierConstructorDescriptionPagedExternalIDCollectionRepresentation
(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation, ? extends ExternalIDCollectionRepresentation> collectionResource)