public class InventoryRepresentation extends AbstractExtensibleRepresentation
Constructor and Description |
---|
InventoryRepresentation()
Default constructor is needed for reflection based class instantiation.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectReferenceCollectionRepresentation |
getManagedObjects() |
String |
getManagedObjectsForFragmentType() |
String |
getManagedObjectsForListOfIds() |
String |
getManagedObjectsForType() |
void |
setManagedObjects(ManagedObjectReferenceCollectionRepresentation managedObjects) |
void |
setManagedObjectsForFragmentType(String managedObjectsForFragmentType) |
void |
setManagedObjectsForListOfIds(String managedObjectsForListOfIds) |
void |
setManagedObjectsForType(String managedObjectsForType) |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON, toString
public InventoryRepresentation()
@JSONProperty(value="managedObjectsForType", ignoreIfNull=true) public final String getManagedObjectsForType()
public final void setManagedObjectsForType(String managedObjectsForType)
managedObjectsForType
- the managedObjectsForType to set@JSONProperty(value="managedObjectsForFragmentType", ignoreIfNull=true) public final String getManagedObjectsForFragmentType()
public final void setManagedObjectsForFragmentType(String managedObjectsForFragmentType)
managedObjectsForFragmentType
- the managedObjectsForFragmentType to set@JSONProperty(value="managedObjects", ignoreIfNull=false) public final ManagedObjectReferenceCollectionRepresentation getManagedObjects()
public final void setManagedObjects(ManagedObjectReferenceCollectionRepresentation managedObjects)
managedObjects
- the managedObjects to setpublic String getManagedObjectsForListOfIds()
public void setManagedObjectsForListOfIds(String managedObjectsForListOfIds)
managedObjectsForListOfIds
- to be setCopyright © 2020 (C) Cumulocity GmbH. All rights reserved.