Class FilesGetUploadURLExternalRequest
java.lang.Object
com.slack.api.methods.request.files.FilesGetUploadURLExternalRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/files.getUploadURLExternal
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDescription of image for screen-reader.Name of the file being uploaded.Size in bytes of the file being uploaded.Syntax type of the snippet being uploaded.getToken()Authentication token.inthashCode()voidDescription of image for screen-reader.voidsetFilename(String filename) Name of the file being uploaded.voidSize in bytes of the file being uploaded.voidsetSnippetType(String snippetType) Syntax type of the snippet being uploaded.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `files:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getFilename
Name of the file being uploaded. -
getLength
Size in bytes of the file being uploaded. -
getAltTxt
Description of image for screen-reader. -
getSnippetType
Syntax type of the snippet being uploaded. -
setToken
Authentication token. Requires scope: `files:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setFilename
Name of the file being uploaded. -
setLength
Size in bytes of the file being uploaded. -
setAltTxt
Description of image for screen-reader. -
setSnippetType
Syntax type of the snippet being uploaded. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-