Class FilesRemoteRemoveRequest
java.lang.Object
com.slack.api.methods.request.files.remote.FilesRemoteRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/files.remote.remove
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanCreator defined GUID for the file.getFile()Specify a file by providing its ID.getToken()Authentication token.inthashCode()voidsetExternalId(String externalId) Creator defined GUID for the file.voidSpecify a file by providing its ID.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `remote_files:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getExternalId
Creator defined GUID for the file. -
getFile
Specify a file by providing its ID. -
setToken
Authentication token. Requires scope: `remote_files:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setExternalId
Creator defined GUID for the file. -
setFile
Specify a file by providing its ID. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-