Class FilesRemoteShareRequest.FilesRemoteShareRequestBuilder
java.lang.Object
com.slack.api.methods.request.files.remote.FilesRemoteShareRequest.FilesRemoteShareRequestBuilder
- Enclosing class:
- FilesRemoteShareRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Comma-separated list of channel IDs where the file will be shared.externalId(String externalId) Creator defined GUID for the file.Specify a file by providing its ID.Authentication token.toString()
-
Method Details
-
token
Authentication token. Requires scope: `remote_files:write`- Returns:
this.
-
externalId
Creator defined GUID for the file.- Returns:
this.
-
file
Specify a file by providing its ID.- Returns:
this.
-
channels
Comma-separated list of channel IDs where the file will be shared.- Returns:
this.
-
build
-
toString
-