Adds an existing managed object as child addition to another managed object (parent)
Response wrapped in IResult
Creates a new managed object as child addition to another managed object (parent)
Response wrapped in IResult
Gets a list of child additions from a given managed object (parent)
Response wrapped in IResultList
Removes an existing managed object as child addition from another managed object (parent)
Response wrapped in IResult
Adds an existing managed object as child asset to another managed object (parent)
Response wrapped in IResult
Creates a new managed object as child asset to another managed object (parent)
Response wrapped in IResult
Gets a list of child assets from a given managed object (parent)
Response wrapped in IResultList
Removes an existing managed object as child asset from another managed object (parent)
Response wrapped in IResult
Adds an existing managed object as child device to another managed object (parent)
Response wrapped in IResult
Creates a new managed object as child device to another managed object (parent)
Response wrapped in IResult
Gets a list of child devices from a given managed object (parent)
Response wrapped in IResultList
Removes an existing managed object as child device from another managed object (parent)
Response wrapped in IResult
Creates a new managed object.
Response wrapped in IResult
Removes managed object with given id.
ManagedObject or Id of the ManagedObject.
Response wrapped in IResult
Gets the details of managed object
ManagedObject or Id of the ManagedObject.
Response wrapped in IResult
Gets the details of managed object as observable
The observable options.
Data wrapped as Observable
Gets the list of managed objects filtered by parameters.
Object containing filters for querying managed objects.
Response wrapped in IResultList
Gets a list as observable.
Object containing filters for querying
To configure the observable
Data wrapped as ObservableList
Updates managed object data.
Managed object is partially updatable.
Response wrapped in IResult
Generated using TypeDoc
This class allows for managing managed objects and different child types, see ChildType.