Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectCollectionRepresentation

Packages that use ManagedObjectCollectionRepresentation
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
 

Methods in com.cumulocity.sdk.client.inventory that return types with arguments of type ManagedObjectCollectionRepresentation
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApiImpl.getManagedObjects()
           
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApi.getManagedObjects()
          Gets the all the managed object in the platform
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApiImpl.getManagedObjectsByFilter(InventoryFilter filter)
           
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApi.getManagedObjectsByFilter(InventoryFilter filter)
          Gets the managed objects from the platform based on specified filter.
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApiImpl.getManagedObjectsByListOfIds(List<GId> ids)
           
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApi.getManagedObjectsByListOfIds(List<GId> ids)
          Gets the managed objects from the platform based on the given ids
protected  Class<ManagedObjectCollectionRepresentation> ManagedObjectCollectionImpl.getResponseClass()
           
 



Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.