Package com.cumulocity.rest.representation.audit

Examples of com.cumulocity.rest.representation.audit.AuditRecordsRepresentation


    @Before
    public void setup() throws Exception {
        MockitoAnnotations.initMocks(this);

        auditRecordsApiRepresentation = new AuditRecordsRepresentation();
        AuditRecordCollectionRepresentation collectionRepresentation = new AuditRecordCollectionRepresentation();
        collectionRepresentation.setSelf(AUDIT_RECORDS_URL);
        auditRecordsApiRepresentation.setAuditRecords(collectionRepresentation);

        auditRecordApi = new AuditRecordApiImpl(restConnector, urlProcessor, auditRecordsApiRepresentation, DEFAULT_PAGE_SIZE);
View Full Code Here

TOP

Related Classes of com.cumulocity.rest.representation.audit.AuditRecordsRepresentation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.