com.cumulocity.rest.representation.application
Class ApplicationReferenceCollectionRepresentation

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

public class ApplicationReferenceCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
ApplicationReferenceCollectionRepresentation()
           
 
Method Summary
 List<ApplicationReferenceRepresentation> getReferences()
           
 void setReferences(List<ApplicationReferenceRepresentation> references)
           
 
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

ApplicationReferenceCollectionRepresentation

public ApplicationReferenceCollectionRepresentation()
Method Detail

getReferences

@JSONTypeHint(value=ApplicationReferenceRepresentation.class)
public List<ApplicationReferenceRepresentation> getReferences()

setReferences

public void setReferences(List<ApplicationReferenceRepresentation> references)


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