Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectCollectionRepresentation
-
Packages that use ManagedObjectCollectionRepresentation Package Description com.cumulocity.sdk.client.inventory Provides the classes necessary to create, delete, update and query managed objects. -
-
Uses of ManagedObjectCollectionRepresentation in com.cumulocity.sdk.client.inventory
Subclasses of ManagedObjectCollectionRepresentation in com.cumulocity.sdk.client.inventory Modifier and Type Class Description classPagedManagedObjectCollectionRepresentationMethods in com.cumulocity.sdk.client.inventory that return types with arguments of type ManagedObjectCollectionRepresentation Modifier and Type Method Description protected Class<ManagedObjectCollectionRepresentation>ManagedObjectCollectionImpl. getResponseClass()Methods in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectCollectionRepresentation Modifier and Type Method Description protected PagedManagedObjectCollectionRepresentationManagedObjectCollectionImpl. wrap(ManagedObjectCollectionRepresentation collection)Constructors in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectCollectionRepresentation Constructor Description PagedManagedObjectCollectionRepresentation(ManagedObjectCollectionRepresentation collection, PagedCollectionResource<ManagedObjectRepresentation,? extends ManagedObjectCollectionRepresentation> collectionResource)Constructor parameters in com.cumulocity.sdk.client.inventory with type arguments of type ManagedObjectCollectionRepresentation Constructor Description PagedManagedObjectCollectionRepresentation(ManagedObjectCollectionRepresentation collection, PagedCollectionResource<ManagedObjectRepresentation,? extends ManagedObjectCollectionRepresentation> collectionResource)
-