Package com.cumulocity.sdk.client.inventory
package com.cumulocity.sdk.client.inventory
Provides the classes necessary to create, delete, update and query managed objects.
Managed object is represented by ManagedObjectRepresentation and a set of
managed objects by ManagedObjectCollectionRepresentation.
Inventory api involves four main entities:
the inventory api operationCollection, the managed object operationCollection,
the managed object collection operationCollection and the managed object filter operationCollection.
- The inventory api operationCollection is the entry point to the inventory api.
- The managed object operationCollection can be used to get, update and delete a managed object. Also this operationCollection can be used for adding, deleting, getting all and individual child devices.
- The managed object collection operationCollection can be used to create a managed object and get all the managed objects.
- The managed object filter operationCollection can be used to query managed object based on different conditions
- Since:
- 0.9
- See Also:
-
ClassDescriptionAPI to perform operations to store, retrieve and delete binaries.API for creating, and retrieving managed objects resources from the platform.A filter to be used in managed object queries.Java Interface to call the Cumulocity Inventory Rest API.