Package com.cumulocity.me.rest.convert.audit

Examples of com.cumulocity.me.rest.convert.audit.AuditRecordCollectionRepresentationConverter


        converters.add(new AlarmsApiRepresentationConverter());
        converters.add(new AlarmRepresentationConverter());
        converters.add(new AlarmCollectionRepresentationConverter());
        converters.add(new ChangeConverter());

        converters.add(new AuditRecordCollectionRepresentationConverter());
        converters.add(new AuditRecordRepresentationConverter());
        converters.add(new AuditRecordsRepresentationConverter());

        converters.add(new EventsApiRepresentationConverter());
        converters.add(new EventCollectionRepresentationConverter());
View Full Code Here

TOP

Related Classes of com.cumulocity.me.rest.convert.audit.AuditRecordCollectionRepresentationConverter

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.