Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectRepresentation
Package
Description
Provides the classes necessary to create, update and query alarms.
Provides the classes necessary to create, delete, update and query events.
Provides the classes necessary to create, delete, update and query managed objects.
Provides the classes necessary to create, delete and query measurements.
-
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation
Modifier and TypeMethodDescriptionSourceableRepresentation.getSource()
static ManagedObjectRepresentation
SourceableConverter.keepOnlyNecessaryFields
(ManagedObjectRepresentation source) Modifier and TypeMethodDescriptionstatic ManagedObjectRepresentation
SourceableConverter.keepOnlyNecessaryFields
(ManagedObjectRepresentation source) void
SourceableRepresentation.setSource
(ManagedObjectRepresentation managedObject) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.event
Modifier and TypeMethodDescriptionvoid
EventRepresentation.setSource
(ManagedObjectRepresentation managedObject) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.identity
Modifier and TypeMethodDescriptionvoid
ExternalIDRepresentation.setManagedObject
(ManagedObjectRepresentation managedObject) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.inventory
Modifier and TypeMethodDescriptionstatic ManagedObjectRepresentation
ManagedObjects.asManagedObject
(GId id) ManagedObjectReferenceRepresentation.getManagedObject()
Modifier and TypeMethodDescriptionManagedObjectCollectionRepresentation.getManagedObjects()
ManagedObjectCollectionRepresentation.iterator()
Modifier and TypeMethodDescriptionvoid
ManagedObjectReferenceRepresentation.setManagedObject
(ManagedObjectRepresentation managedObject) Modifier and TypeMethodDescriptionvoid
ManagedObjectCollectionRepresentation.setManagedObjects
(List<ManagedObjectRepresentation> managedObjects) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.measurement
Modifier and TypeMethodDescriptionvoid
MeasurementRepresentation.setSource
(ManagedObjectRepresentation source) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.reliable.notification
Modifier and TypeMethodDescriptionvoid
NotificationSubscriptionRepresentation.setSource
(ManagedObjectRepresentation source) -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.alarm
Modifier and TypeMethodDescriptionAlarmFilter.bySource
(ManagedObjectRepresentation source) Deprecated. -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.cep.notification
Modifier and TypeMethodDescriptionvoid
ManagedObjectNotification.setData
(ManagedObjectRepresentation data) ModifierConstructorDescriptionManagedObjectNotification
(ManagedObjectRepresentation data, String realtimeAction) -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.event
Modifier and TypeMethodDescriptionEventFilter.bySource
(ManagedObjectRepresentation source) Deprecated. -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.inventory
Modifier and TypeMethodDescriptionManagedObject.addChildAddition
(ManagedObjectRepresentation representation) Create ManagedObject and adds as child addition to the parent ManagedObject.ManagedObjectImpl.addChildAddition
(ManagedObjectRepresentation representation) ManagedObject.addChildAsset
(ManagedObjectRepresentation representation) Create ManagedObject and adds as child asset to the parent ManagedObject.ManagedObjectImpl.addChildAsset
(ManagedObjectRepresentation representation) ManagedObject.addChildDevice
(ManagedObjectRepresentation representation) Create ManagedObject and adds as child device to the parent ManagedObject.ManagedObjectImpl.addChildDevice
(ManagedObjectRepresentation representation) InventoryApi.create
(ManagedObjectRepresentation managedObject) Creates managed object in the platform.InventoryApiImpl.create
(ManagedObjectRepresentation representation) Returns the Managed Object of the Resource.InventoryApi.get
(GId id, QueryParam... params) Returns the Managed Object of the Resource.InventoryApiImpl.get
(GId id, QueryParam... params) ManagedObject.get()
Deprecated.ManagedObjectImpl.get()
Deprecated.BinariesApi.replaceFile
(GId containerId, String contentType, InputStream fileStream) Upload and replace the attached file (binary) of a specific managed object by a given ID.BinariesApiImpl.replaceFile
(GId containerId, String contentType, InputStream fileStream) InventoryApi.update
(ManagedObjectRepresentation managedObjectRepresentation) This update the ManagedObject for the operationCollection.InventoryApiImpl.update
(ManagedObjectRepresentation managedObjectRepresentation) ManagedObject.update
(ManagedObjectRepresentation managedObjectRepresentation) Deprecated.ManagedObjectImpl.update
(ManagedObjectRepresentation managedObjectRepresentation) Deprecated.BinariesApi.uploadFile
(ManagedObjectRepresentation container, byte[] bytes) Upload a file (binary) with content-type of "application/octet-stream" (default).BinariesApi.uploadFile
(ManagedObjectRepresentation container, byte[] bytes, jakarta.ws.rs.core.MediaType mediaType) Upload a file (binary) with custom content-type.BinariesApi.uploadFile
(ManagedObjectRepresentation container, InputStream inputStream) Upload a file (binary) with content-type of "application/octet-stream" (default).BinariesApi.uploadFile
(ManagedObjectRepresentation container, InputStream inputStream, jakarta.ws.rs.core.MediaType mediaType) Upload a file (binary) with custom content-type.BinariesApiImpl.uploadFile
(ManagedObjectRepresentation container, byte[] bytes) BinariesApiImpl.uploadFile
(ManagedObjectRepresentation container, byte[] bytes, jakarta.ws.rs.core.MediaType mediaType) BinariesApiImpl.uploadFile
(ManagedObjectRepresentation container, InputStream inputStream) BinariesApiImpl.uploadFile
(ManagedObjectRepresentation container, InputStream inputStream, jakarta.ws.rs.core.MediaType mediaType) Modifier and TypeMethodDescriptionPagedManagedObjectCollectionRepresentation.allPages()
PagedManagedObjectCollectionRepresentation.elements
(int limit) Modifier and TypeMethodDescriptionManagedObject.addChildAddition
(ManagedObjectRepresentation representation) Create ManagedObject and adds as child addition to the parent ManagedObject.ManagedObjectImpl.addChildAddition
(ManagedObjectRepresentation representation) ManagedObject.addChildAsset
(ManagedObjectRepresentation representation) Create ManagedObject and adds as child asset to the parent ManagedObject.ManagedObjectImpl.addChildAsset
(ManagedObjectRepresentation representation) ManagedObject.addChildDevice
(ManagedObjectRepresentation representation) Create ManagedObject and adds as child device to the parent ManagedObject.ManagedObjectImpl.addChildDevice
(ManagedObjectRepresentation representation) InventoryApi.create
(ManagedObjectRepresentation managedObject) Creates managed object in the platform.InventoryApiImpl.create
(ManagedObjectRepresentation representation) InventoryApi.update
(ManagedObjectRepresentation managedObjectRepresentation) This update the ManagedObject for the operationCollection.InventoryApiImpl.update
(ManagedObjectRepresentation managedObjectRepresentation) ManagedObject.update
(ManagedObjectRepresentation managedObjectRepresentation) Deprecated.ManagedObjectImpl.update
(ManagedObjectRepresentation managedObjectRepresentation) Deprecated.BinariesApi.uploadFile
(ManagedObjectRepresentation container, byte[] bytes) Upload a file (binary) with content-type of "application/octet-stream" (default).BinariesApi.uploadFile
(ManagedObjectRepresentation container, byte[] bytes, jakarta.ws.rs.core.MediaType mediaType) Upload a file (binary) with custom content-type.BinariesApi.uploadFile
(ManagedObjectRepresentation container, InputStream inputStream) Upload a file (binary) with content-type of "application/octet-stream" (default).BinariesApi.uploadFile
(ManagedObjectRepresentation container, InputStream inputStream, jakarta.ws.rs.core.MediaType mediaType) Upload a file (binary) with custom content-type.BinariesApiImpl.uploadFile
(ManagedObjectRepresentation container, byte[] bytes) BinariesApiImpl.uploadFile
(ManagedObjectRepresentation container, byte[] bytes, jakarta.ws.rs.core.MediaType mediaType) BinariesApiImpl.uploadFile
(ManagedObjectRepresentation container, InputStream inputStream) BinariesApiImpl.uploadFile
(ManagedObjectRepresentation container, InputStream inputStream, jakarta.ws.rs.core.MediaType mediaType) ModifierConstructorDescriptionPagedManagedObjectCollectionRepresentation
(ManagedObjectCollectionRepresentation collection, PagedCollectionResource<ManagedObjectRepresentation, ? extends ManagedObjectCollectionRepresentation> collectionResource) -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.measurement
Modifier and TypeMethodDescriptionMeasurementFilter.bySource
(ManagedObjectRepresentation source) Deprecated.