Interface PlatformFormat

All Superinterfaces:
DeliveryFormat
All Known Subinterfaces:
DeliveryPlatformFormat
All Known Implementing Classes:
PlatformFormatImpl

public interface PlatformFormat extends DeliveryFormat

The PlatformFormat uses constructs that are similar to the ones used in the REST API, for example, on the Messages Query HTTP API.


Example to create an instance using the builder pattern

     PlatformFormat platformFormat = PlatformFormat.builder()
             .build()