com.cumulocity.rest.representation.operation
Class OperationCollectionRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.BaseCollectionRepresentation
          extended by com.cumulocity.rest.representation.operation.OperationCollectionRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class OperationCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
OperationCollectionRepresentation()
           
 
Method Summary
 List<OperationRepresentation> getOperations()
           
 void setOperations(List<OperationRepresentation> operations)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationCollectionRepresentation

public OperationCollectionRepresentation()
Method Detail

getOperations

@JSONTypeHint(value=OperationRepresentation.class)
public List<OperationRepresentation> getOperations()

setOperations

public void setOperations(List<OperationRepresentation> operations)


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