Class FilesRemoteListRequest.FilesRemoteListRequestBuilder
java.lang.Object
com.slack.api.methods.request.files.remote.FilesRemoteListRequest.FilesRemoteListRequestBuilder
- Enclosing class:
- FilesRemoteListRequest
public static class FilesRemoteListRequest.FilesRemoteListRequestBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description FilesRemoteListRequestbuild()FilesRemoteListRequest.FilesRemoteListRequestBuilderchannel(java.lang.String channel)Filter files appearing in a specific channel, indicated by its ID.FilesRemoteListRequest.FilesRemoteListRequestBuildercursor(java.lang.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.FilesRemoteListRequestBuilderlimit(java.lang.Integer limit)The maximum number of items to return.FilesRemoteListRequest.FilesRemoteListRequestBuildertoken(java.lang.String token)Authentication token.java.lang.StringtoString()FilesRemoteListRequest.FilesRemoteListRequestBuildertsFrom(java.lang.String tsFrom)Filter files created after this timestamp (inclusive).FilesRemoteListRequest.FilesRemoteListRequestBuildertsTo(java.lang.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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-