Package org.filestack

Class StorageOptions

java.lang.Object
org.filestack.StorageOptions
All Implemented Interfaces:
Serializable

public class StorageOptions extends Object implements Serializable
Configure storage options for uploads and transformation stores.
See Also:
  • Method Details

    • getFilename

      public String getFilename()
    • getMimeType

      public String getMimeType()
    • getAsTask

      public TransformTask getAsTask()
      Get these options as a task.
    • addToTask

      public void addToTask(TransformTask task)
      Add these options to an existing task.
    • getAsPartMap

      public Map<String,okhttp3.RequestBody> 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

      public StorageOptions.Builder newBuilder()