Class SourceAwareMetadataObject

    • Constructor Detail

      • SourceAwareMetadataObject

        public SourceAwareMetadataObject​(@NonNull
                                         java.util.Map<java.lang.String,​java.lang.Object> properties)
        See Also:
        MetadataObject(java.util.Map)
    • Method Detail

      • initializeDeliveryType

        protected void initializeDeliveryType​(@NonNull
                                              DeliveryType type)
        Convenience method used by constructors to initialize DeliveryType.
      • getDeliveryType

        @NonNull
        public DeliveryType getDeliveryType()
        Returns the DeliveryType for this Source, or DeliveryType.UNKNOWN if none was specified.
        Returns:
        the DeliveryType for this Source, or DeliveryType.UNKNOWN if not available