Uses of Interface
com.cumulocity.sdk.client.inventory.ManagedObjectCollection
-
Packages that use ManagedObjectCollection Package Description com.cumulocity.sdk.client.inventory Provides the classes necessary to create, delete, update and query managed objects. -
-
Uses of ManagedObjectCollection in com.cumulocity.sdk.client.inventory
Classes in com.cumulocity.sdk.client.inventory that implement ManagedObjectCollection Modifier and Type Class Description classManagedObjectCollectionImplMethods in com.cumulocity.sdk.client.inventory that return ManagedObjectCollection Modifier and Type Method Description ManagedObjectCollectionInventoryApi. getManagedObjects()Gets the all the managed object in the platformManagedObjectCollectionInventoryApiImpl. getManagedObjects()ManagedObjectCollectionInventoryApi. getManagedObjectsByFilter(InventoryFilter filter)Gets the managed objects from the platform based on specified filter.ManagedObjectCollectionInventoryApiImpl. getManagedObjectsByFilter(InventoryFilter filter)ManagedObjectCollectionInventoryApi. getManagedObjectsByListOfIds(List<GId> ids)Deprecated.ManagedObjectCollectionInventoryApiImpl. getManagedObjectsByListOfIds(List<GId> ids)Deprecated.
-