Class FilesGetUploadURLExternalRequest.FilesGetUploadURLExternalRequestBuilder
java.lang.Object
com.slack.api.methods.request.files.FilesGetUploadURLExternalRequest.FilesGetUploadURLExternalRequestBuilder
- Enclosing class:
- FilesGetUploadURLExternalRequest
public static class FilesGetUploadURLExternalRequest.FilesGetUploadURLExternalRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionDescription of image for screen-reader.build()
Name of the file being uploaded.Size in bytes of the file being uploaded.snippetType
(String snippetType) Syntax type of the snippet being uploaded.Authentication token.toString()
-
Method Details
-
token
Authentication token. Requires scope: `files:write`- Returns:
this
.
-
filename
public FilesGetUploadURLExternalRequest.FilesGetUploadURLExternalRequestBuilder filename(String filename) Name of the file being uploaded.- Returns:
this
.
-
length
public FilesGetUploadURLExternalRequest.FilesGetUploadURLExternalRequestBuilder length(Integer length) Size in bytes of the file being uploaded.- Returns:
this
.
-
altTxt
public FilesGetUploadURLExternalRequest.FilesGetUploadURLExternalRequestBuilder altTxt(String altTxt) Description of image for screen-reader.- Returns:
this
.
-
snippetType
public FilesGetUploadURLExternalRequest.FilesGetUploadURLExternalRequestBuilder snippetType(String snippetType) Syntax type of the snippet being uploaded.- Returns:
this
.
-
build
-
toString
-