Class DataView


  • public class DataView
    extends Object
    This class is used to hold information about a data view that is implemented by the endpoint.
    • Constructor Detail

      • DataView

        public DataView​(String identifier,
                        String mimeType,
                        DataView.DeliveryPolicy deliveryPolicy)
        Constructor.
        Parameters:
        identifier - a unique short identifier for the data view
        mimeType - the MIME type of the data view
        deliveryPolicy - the delivery policy for this data view
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Get the identifier of this data view.
        Returns:
        the identifier of the data view
      • getMimeType

        public String getMimeType()
        Get the MIME type of this data view.
        Returns:
        the MIME type of this data view