Uses of Class
com.cumulocity.rest.representation.identity.ExternalIDCollectionRepresentation
-
Packages that use ExternalIDCollectionRepresentation Package Description com.cumulocity.rest.representation.operation com.cumulocity.sdk.client.identity 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 ExternalIDCollectionRepresentation Modifier and Type Method Description ExternalIDCollectionRepresentationOperationRepresentation. getDeviceExternalIDs()Methods in com.cumulocity.rest.representation.operation with parameters of type ExternalIDCollectionRepresentation Modifier and Type Method Description OperationRepresentation.OperationRepresentationBuilderOperationRepresentation.OperationRepresentationBuilder. deviceExternalIDs(ExternalIDCollectionRepresentation deviceExternalIDs)voidOperationRepresentation. setDeviceExternalIDs(ExternalIDCollectionRepresentation deviceExternalIDs) -
Uses of ExternalIDCollectionRepresentation in com.cumulocity.sdk.client.identity
Subclasses of ExternalIDCollectionRepresentation in com.cumulocity.sdk.client.identity Modifier and Type Class Description classPagedExternalIDCollectionRepresentationMethods in com.cumulocity.sdk.client.identity that return types with arguments of type ExternalIDCollectionRepresentation Modifier and Type Method Description protected Class<ExternalIDCollectionRepresentation>ExternalIDCollectionImpl. getResponseClass()Methods in com.cumulocity.sdk.client.identity with parameters of type ExternalIDCollectionRepresentation Modifier and Type Method Description protected PagedExternalIDCollectionRepresentationExternalIDCollectionImpl. wrap(ExternalIDCollectionRepresentation collection)Constructors in com.cumulocity.sdk.client.identity with parameters of type ExternalIDCollectionRepresentation Constructor Description PagedExternalIDCollectionRepresentation(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation,? extends ExternalIDCollectionRepresentation> collectionResource)Constructor parameters in com.cumulocity.sdk.client.identity with type arguments of type ExternalIDCollectionRepresentation Constructor Description PagedExternalIDCollectionRepresentation(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation,? extends ExternalIDCollectionRepresentation> collectionResource)
-