Class DownloadFilesRequest.Options

    • Field Detail

      • FILE_ENCODING

        public static final String FILE_ENCODING
        Encoding to be applied to the output file data. When using JSON serialization it is recommended to specify this as BASE64. Supported values:
        • BASE64: Apply base64 encoding to the output file data.
        • NONE: Do not apply any encoding to the output file data.
        The default value is NONE.
        See Also:
        Constant Field Values