Uses of Class
com.cumulocity.model.ManagedObject

Packages that use ManagedObject
com.cumulocity.model   
 

Uses of ManagedObject in com.cumulocity.model
 

Methods in com.cumulocity.model that return ManagedObject
static ManagedObject ManagedObject.fromJSON(String json)
          Unmarshall the JSON representation to ManagedObject type.
 

Methods in com.cumulocity.model that return types with arguments of type ManagedObject
 List<ManagedObject> ManagedObjectList.getObjects()
           
 List<ManagedObject<XtId>> ExternalManagedObjectList.getObjects()
           
 

Methods in com.cumulocity.model with parameters of type ManagedObject
 void ExternalManagedObjectList.add(ManagedObject<XtId> amo)
           
 

Method parameters in com.cumulocity.model with type arguments of type ManagedObject
 void ExternalManagedObjectList.addAll(Collection<ManagedObject<XtId>> amos)
           
 void ExternalManagedObjectList.setObjects(List<ManagedObject<XtId>> objects)
           
 void ManagedObjectList.setObjects(List<ManagedObject> objects)
           
 



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