Uses of Class
com.cumulocity.rest.representation.audit.AuditRecordCollectionRepresentation
-
Packages that use AuditRecordCollectionRepresentation Package Description com.cumulocity.rest.representation.alarm com.cumulocity.rest.representation.audit com.cumulocity.sdk.client.audit Provides the classes necessary to create, update and query audit records. -
-
Uses of AuditRecordCollectionRepresentation in com.cumulocity.rest.representation.alarm
Methods in com.cumulocity.rest.representation.alarm that return AuditRecordCollectionRepresentation Modifier and Type Method Description AuditRecordCollectionRepresentationAlarmRepresentation. getHistory()Deprecated.Methods in com.cumulocity.rest.representation.alarm with parameters of type AuditRecordCollectionRepresentation Modifier and Type Method Description voidAlarmRepresentation. setHistory(AuditRecordCollectionRepresentation history) -
Uses of AuditRecordCollectionRepresentation in com.cumulocity.rest.representation.audit
Methods in com.cumulocity.rest.representation.audit that return AuditRecordCollectionRepresentation Modifier and Type Method Description AuditRecordCollectionRepresentationAuditRecordsRepresentation. getAuditRecords()Methods in com.cumulocity.rest.representation.audit with parameters of type AuditRecordCollectionRepresentation Modifier and Type Method Description voidAuditRecordsRepresentation. setAuditRecords(AuditRecordCollectionRepresentation auditRecords) -
Uses of AuditRecordCollectionRepresentation in com.cumulocity.sdk.client.audit
Subclasses of AuditRecordCollectionRepresentation in com.cumulocity.sdk.client.audit Modifier and Type Class Description classPagedAuditCollectionRepresentationMethods in com.cumulocity.sdk.client.audit that return types with arguments of type AuditRecordCollectionRepresentation Modifier and Type Method Description protected Class<AuditRecordCollectionRepresentation>AuditRecordCollectionImpl. getResponseClass()Methods in com.cumulocity.sdk.client.audit with parameters of type AuditRecordCollectionRepresentation Modifier and Type Method Description protected PagedAuditCollectionRepresentationAuditRecordCollectionImpl. wrap(AuditRecordCollectionRepresentation collection)Constructors in com.cumulocity.sdk.client.audit with parameters of type AuditRecordCollectionRepresentation Constructor Description PagedAuditCollectionRepresentation(AuditRecordCollectionRepresentation collection, PagedCollectionResource<AuditRecordRepresentation,? extends AuditRecordCollectionRepresentation> collectionResource)Constructor parameters in com.cumulocity.sdk.client.audit with type arguments of type AuditRecordCollectionRepresentation Constructor Description PagedAuditCollectionRepresentation(AuditRecordCollectionRepresentation collection, PagedCollectionResource<AuditRecordRepresentation,? extends AuditRecordCollectionRepresentation> collectionResource)
-