Builder

open class Builder

A builder for configuring and creating new UploadOptions instances.

For more details see here

See also

Functions

build
Link copied to clipboard
open fun build(): UploadOptions
Creates new UploadOptions with the set overrideFile, partialUpload options.
overrideFile
Link copied to clipboard
open fun overrideFile(overrideFile: Boolean): UploadOptions.Builder
Sets overrideFile option.
partialUpload
Link copied to clipboard
open fun partialUpload(partialUpload: Boolean): UploadOptions.Builder
Sets nopartial option.