Package org.filestack
Class StorageOptions
java.lang.Object
org.filestack.StorageOptions
- All Implemented Interfaces:
Serializable
Configure storage options for uploads and transformation stores.
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToTask
(TransformTask task) Add these options to an existing task.com.google.gson.JsonObject
Get these options as JSON to use for cloud integrations.Get these options as a part map to use for uploads.Get these options as a task.
-
Method Details
-
getFilename
-
getMimeType
-
getAsTask
Get these options as a task. -
addToTask
Add these options to an existing task. -
getAsPartMap
Get these options as a part map to use for uploads. -
getAsJson
public com.google.gson.JsonObject getAsJson()Get these options as JSON to use for cloud integrations. -
newBuilder
-