Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectRepresentation
Packages that use 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
Methods in com.cumulocity.rest.representation that return ManagedObjectRepresentationModifier and TypeMethodDescriptionSourceableRepresentation.getSource()
static ManagedObjectRepresentation
SourceableConverter.keepOnlyNecessaryFields
(ManagedObjectRepresentation source) Methods in com.cumulocity.rest.representation with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionstatic ManagedObjectRepresentation
SourceableConverter.keepOnlyNecessaryFields
(ManagedObjectRepresentation source) void
SourceableRepresentation.setSource
(ManagedObjectRepresentation managedObject) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.event
Methods in com.cumulocity.rest.representation.event that return ManagedObjectRepresentationMethods in com.cumulocity.rest.representation.event with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionvoid
EventRepresentation.setSource
(ManagedObjectRepresentation managedObject) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.identity
Methods in com.cumulocity.rest.representation.identity that return ManagedObjectRepresentationMethods in com.cumulocity.rest.representation.identity with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionvoid
ExternalIDRepresentation.setManagedObject
(ManagedObjectRepresentation managedObject) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.inventory
Methods in com.cumulocity.rest.representation.inventory that return ManagedObjectRepresentationModifier and TypeMethodDescriptionstatic ManagedObjectRepresentation
ManagedObjects.asManagedObject
(GId id) ManagedObjectReferenceRepresentation.getManagedObject()
Methods in com.cumulocity.rest.representation.inventory that return types with arguments of type ManagedObjectRepresentationModifier and TypeMethodDescriptionManagedObjectCollectionRepresentation.getManagedObjects()
ManagedObjectCollectionRepresentation.iterator()
Methods in com.cumulocity.rest.representation.inventory with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionvoid
ManagedObjectReferenceRepresentation.setManagedObject
(ManagedObjectRepresentation managedObject) Method parameters in com.cumulocity.rest.representation.inventory with type arguments of type ManagedObjectRepresentationModifier and TypeMethodDescriptionvoid
ManagedObjectCollectionRepresentation.setManagedObjects
(List<ManagedObjectRepresentation> managedObjects) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.measurement
Methods in com.cumulocity.rest.representation.measurement that return ManagedObjectRepresentationMethods in com.cumulocity.rest.representation.measurement with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionvoid
MeasurementRepresentation.setSource
(ManagedObjectRepresentation source) -
Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.reliable.notification
Methods in com.cumulocity.rest.representation.reliable.notification that return ManagedObjectRepresentationMethods in com.cumulocity.rest.representation.reliable.notification with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionvoid
NotificationSubscriptionRepresentation.setSource
(ManagedObjectRepresentation source) -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.alarm
Methods in com.cumulocity.sdk.client.alarm with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionAlarmFilter.bySource
(ManagedObjectRepresentation source) Deprecated. -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.cep.notification
Methods in com.cumulocity.sdk.client.cep.notification that return ManagedObjectRepresentationMethods in com.cumulocity.sdk.client.cep.notification with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionvoid
ManagedObjectNotification.setData
(ManagedObjectRepresentation data) Constructors in com.cumulocity.sdk.client.cep.notification with parameters of type ManagedObjectRepresentationModifierConstructorDescriptionManagedObjectNotification
(ManagedObjectRepresentation data, String realtimeAction) -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.event
Methods in com.cumulocity.sdk.client.event with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionEventFilter.bySource
(ManagedObjectRepresentation source) Deprecated. -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.inventory
Methods in com.cumulocity.sdk.client.inventory that return ManagedObjectRepresentationModifier 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) Methods in com.cumulocity.sdk.client.inventory that return types with arguments of type ManagedObjectRepresentationModifier and TypeMethodDescriptionPagedManagedObjectCollectionRepresentation.allPages()
PagedManagedObjectCollectionRepresentation.elements
(int limit) Methods in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectRepresentationModifier 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) Constructor parameters in com.cumulocity.sdk.client.inventory with type arguments of type ManagedObjectRepresentationModifierConstructorDescriptionPagedManagedObjectCollectionRepresentation
(ManagedObjectCollectionRepresentation collection, PagedCollectionResource<ManagedObjectRepresentation, ? extends ManagedObjectCollectionRepresentation> collectionResource) -
Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.measurement
Methods in com.cumulocity.sdk.client.measurement with parameters of type ManagedObjectRepresentationModifier and TypeMethodDescriptionMeasurementFilter.bySource
(ManagedObjectRepresentation source) Deprecated.