Class FilesRemoteListRequest.FilesRemoteListRequestBuilder
java.lang.Object
com.slack.api.methods.request.files.remote.FilesRemoteListRequest.FilesRemoteListRequestBuilder
- Enclosing class:
- FilesRemoteListRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Filter files appearing in a specific channel, indicated by its ID.Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.The maximum number of items to return.Authentication token.toString()Filter files created after this timestamp (inclusive).Filter files created before this timestamp (inclusive).
-
Method Details
-
token
Authentication token. Requires scope: `remote_files:read`- Returns:
this.
-
channel
Filter files appearing in a specific channel, indicated by its ID.- Returns:
this.
-
cursor
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. See pagination for more detail.- Returns:
this.
-
limit
The maximum number of items to return.- Returns:
this.
-
tsFrom
Filter files created after this timestamp (inclusive).- Returns:
this.
-
tsTo
Filter files created before this timestamp (inclusive).- Returns:
this.
-
build
-
toString
-