Examples of AuditRecordsRepresentationConverter


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

        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());
        converters.add(new EventRepresentationConverter());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.