Class FilesRemoteListRequest.FilesRemoteListRequestBuilder
java.lang.Object
com.slack.api.methods.request.files.remote.FilesRemoteListRequest.FilesRemoteListRequestBuilder
- Enclosing class:
- FilesRemoteListRequest
public static class FilesRemoteListRequest.FilesRemoteListRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description FilesRemoteListRequest
build()
FilesRemoteListRequest.FilesRemoteListRequestBuilder
channel(String channel)
Filter files appearing in a specific channel, indicated by its ID.FilesRemoteListRequest.FilesRemoteListRequestBuilder
cursor(String cursor)
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.FilesRemoteListRequest.FilesRemoteListRequestBuilder
limit(Integer limit)
The maximum number of items to return.FilesRemoteListRequest.FilesRemoteListRequestBuilder
token(String token)
Authentication token.String
toString()
FilesRemoteListRequest.FilesRemoteListRequestBuilder
tsFrom(String tsFrom)
Filter files created after this timestamp (inclusive).FilesRemoteListRequest.FilesRemoteListRequestBuilder
tsTo(String tsTo)
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
-