public static final class DownloadFilesRequest.Options extends Object
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.
NONE.
Map.
A set of string constants for the parameter options.public static final String FILE_ENCODING
base64.
Supported values:
BASE64:
Apply base64 encoding to the output file data.
NONE: Do not
apply any encoding to the output file data.
NONE.public static final String BASE64
public static final String NONE
Copyright © 2024. All rights reserved.