com.cumulocity.rest.representation.audit
Class AuditRecordCollectionRepresentation

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

public class AuditRecordCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
AuditRecordCollectionRepresentation()
           
 
Method Summary
 List<AuditRecordRepresentation> getAuditRecords()
           
 void setAuditRecords(List<AuditRecordRepresentation> audits)
           
 
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

AuditRecordCollectionRepresentation

public AuditRecordCollectionRepresentation()
Method Detail

getAuditRecords

@JSONTypeHint(value=AuditRecordRepresentation.class)
public List<AuditRecordRepresentation> getAuditRecords()

setAuditRecords

public void setAuditRecords(List<AuditRecordRepresentation> audits)


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