Interface FileValueBuilder

    • Method Detail

      • mimeType

        FileValueBuilder mimeType​(java.lang.String mimeType)
        Saves the MIME type of a file in the value infos.
        Parameters:
        mimeType - the MIME type as string
      • encoding

        FileValueBuilder encoding​(java.nio.charset.Charset encoding)
        Sets the encoding for the file in the value infos (optional).
        Parameters:
        encoding -
        Returns:
      • encoding

        FileValueBuilder encoding​(java.lang.String encoding)
        Sets the encoding for the file in the value infos (optional).
        Parameters:
        encoding -
        Returns: