Uses of Class
com.cumulocity.rest.representation.inventory.ManagedObjectRepresentation

Packages that use ManagedObjectRepresentation
com.cumulocity.rest.representation.event   
com.cumulocity.rest.representation.identity   
com.cumulocity.rest.representation.inventory   
com.cumulocity.rest.representation.measurement   
com.cumulocity.sdk.client.alarm Provides the classes necessary to create, update and query alarms. 
com.cumulocity.sdk.client.event Provides the classes necessary to create, delete, update and query events. 
com.cumulocity.sdk.client.inventory Provides the classes necessary to create, delete, update and query managed objects. 
com.cumulocity.sdk.client.measurement Provides the classes necessary to create, delete and query measurements. 
 

Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.event
 

Methods in com.cumulocity.rest.representation.event that return ManagedObjectRepresentation
 ManagedObjectRepresentation EventRepresentation.getSource()
           
 

Methods in com.cumulocity.rest.representation.event with parameters of type ManagedObjectRepresentation
 void EventRepresentation.setSource(ManagedObjectRepresentation managedObject)
           
 

Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.identity
 

Methods in com.cumulocity.rest.representation.identity that return ManagedObjectRepresentation
 ManagedObjectRepresentation ExternalIDRepresentation.getManagedObject()
           
 

Methods in com.cumulocity.rest.representation.identity with parameters of type ManagedObjectRepresentation
 void ExternalIDRepresentation.setManagedObject(ManagedObjectRepresentation managedObject)
           
 

Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.inventory
 

Methods in com.cumulocity.rest.representation.inventory that return ManagedObjectRepresentation
 ManagedObjectRepresentation ManagedObjectReferenceRepresentation.getManagedObject()
           
 

Methods in com.cumulocity.rest.representation.inventory that return types with arguments of type ManagedObjectRepresentation
 List<ManagedObjectRepresentation> ManagedObjectCollectionRepresentation.getManagedObjects()
           
 

Methods in com.cumulocity.rest.representation.inventory with parameters of type ManagedObjectRepresentation
 void ManagedObjectReferenceRepresentation.setManagedObject(ManagedObjectRepresentation managedObject)
           
 

Method parameters in com.cumulocity.rest.representation.inventory with type arguments of type ManagedObjectRepresentation
 void ManagedObjectCollectionRepresentation.setManagedObjects(List<ManagedObjectRepresentation> managedObjects)
           
 

Uses of ManagedObjectRepresentation in com.cumulocity.rest.representation.measurement
 

Methods in com.cumulocity.rest.representation.measurement that return ManagedObjectRepresentation
 ManagedObjectRepresentation MeasurementRepresentation.getSource()
           
 

Methods in com.cumulocity.rest.representation.measurement with parameters of type ManagedObjectRepresentation
 void MeasurementRepresentation.setSource(ManagedObjectRepresentation source)
           
 

Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.alarm
 

Methods in com.cumulocity.sdk.client.alarm that return ManagedObjectRepresentation
 ManagedObjectRepresentation AlarmFilter.getSource()
           
 

Methods in com.cumulocity.sdk.client.alarm with parameters of type ManagedObjectRepresentation
 AlarmFilter AlarmFilter.bySource(ManagedObjectRepresentation source)
          Specifies the source query parameter
 

Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.event
 

Methods in com.cumulocity.sdk.client.event that return ManagedObjectRepresentation
 ManagedObjectRepresentation EventFilter.getSource()
           
 

Methods in com.cumulocity.sdk.client.event with parameters of type ManagedObjectRepresentation
 EventFilter EventFilter.bySource(ManagedObjectRepresentation source)
          Specifies the source query parameter
 

Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.inventory
 

Methods in com.cumulocity.sdk.client.inventory that return ManagedObjectRepresentation
 ManagedObjectRepresentation InventoryApiImpl.create(ManagedObjectRepresentation representation)
           
 ManagedObjectRepresentation InventoryApi.create(ManagedObjectRepresentation managedObject)
          Creates managed object in the platform.
 ManagedObjectRepresentation ManagedObjectImpl.get()
           
 ManagedObjectRepresentation ManagedObject.get()
          Returns the Managed Object of the Resource.
 ManagedObjectRepresentation ManagedObjectImpl.update(ManagedObjectRepresentation managedObjectRepresentation)
           
 ManagedObjectRepresentation ManagedObject.update(ManagedObjectRepresentation managedObjectRepresentation)
          This update the ManagedObject for the operationCollection.
 

Methods in com.cumulocity.sdk.client.inventory with parameters of type ManagedObjectRepresentation
 ManagedObjectRepresentation InventoryApiImpl.create(ManagedObjectRepresentation representation)
           
 ManagedObjectRepresentation InventoryApi.create(ManagedObjectRepresentation managedObject)
          Creates managed object in the platform.
 ManagedObjectRepresentation ManagedObjectImpl.update(ManagedObjectRepresentation managedObjectRepresentation)
           
 ManagedObjectRepresentation ManagedObject.update(ManagedObjectRepresentation managedObjectRepresentation)
          This update the ManagedObject for the operationCollection.
 

Uses of ManagedObjectRepresentation in com.cumulocity.sdk.client.measurement
 

Methods in com.cumulocity.sdk.client.measurement that return ManagedObjectRepresentation
 ManagedObjectRepresentation MeasurementFilter.getSource()
           
 

Methods in com.cumulocity.sdk.client.measurement with parameters of type ManagedObjectRepresentation
 MeasurementFilter MeasurementFilter.bySource(ManagedObjectRepresentation source)
          Specifies the source query parameter
 



Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.