クラス FilesRemoteListRequest
java.lang.Object
com.slack.api.methods.request.files.remote.FilesRemoteListRequest
-
ネストされたクラスの概要
ネストされたクラス -
メソッドの概要
修飾子とタイプメソッド説明builder()protected booleanbooleanFilter 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.getLimit()The maximum number of items to return.getToken()Authentication token.Filter files created after this timestamp (inclusive).getTsTo()Filter files created before this timestamp (inclusive).inthashCode()voidsetChannel(String channel) Filter files appearing in a specific channel, indicated by its ID.voidPaginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.voidThe maximum number of items to return.voidAuthentication token.voidFilter files created after this timestamp (inclusive).voidFilter files created before this timestamp (inclusive).toString()
-
メソッドの詳細
-
builder
-
getToken
Authentication token. Requires scope: `remote_files:read`- 定義:
getTokenインタフェース内SlackApiRequest- 戻り値:
- token string value or null
-
getChannel
Filter files appearing in a specific channel, indicated by its ID. -
getCursor
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. -
getLimit
The maximum number of items to return. -
getTsFrom
Filter files created after this timestamp (inclusive). -
getTsTo
Filter files created before this timestamp (inclusive). -
setToken
Authentication token. Requires scope: `remote_files:read`- 定義:
setTokenインタフェース内SlackApiRequest
-
setChannel
Filter files appearing in a specific channel, indicated by its ID. -
setCursor
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. -
setLimit
The maximum number of items to return. -
setTsFrom
Filter files created after this timestamp (inclusive). -
setTsTo
Filter files created before this timestamp (inclusive). -
equals
-
canEqual
-
hashCode
-
toString
-