Class MimeContent.Builder

  • Enclosing class:
    MimeContent

    public static final class MimeContent.Builder
    extends Object
    • Method Detail

      • type

        public MimeContent.Builder type​(String type)
        “Indicates the content mime type.”
        Parameters:
        type - value of type property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • value

        public MimeContent.Builder value​(byte[] value)
        “The byte array that contains the actual content.”
        Parameters:
        value - value of value property (as defined in service metadata)
        Returns:
        this (for method chaining)