クラス AdminAnalyticsGetFileRequest
java.lang.Object
com.slack.api.methods.request.admin.analytics.AdminAnalyticsGetFileRequest
-
ネストされたクラスの概要
ネストされたクラス -
メソッドの概要
修飾子とタイプメソッド説明builder()protected booleanbooleangetDate()Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.Retrieve metadata for the type of analytics indicated.getToken()Authentication token bearing required scopes.getType()The type of analytics to retrieve.inthashCode()voidDate to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.voidsetMetadataOnly(Boolean metadataOnly) Retrieve metadata for the type of analytics indicated.voidAuthentication token bearing required scopes.voidThe type of analytics to retrieve.toString()
-
メソッドの詳細
-
builder
-
getToken
Authentication token bearing required scopes.- 定義:
getTokenインタフェース内SlackApiRequest- 戻り値:
- token string value or null
-
getDate
Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC. -
getType
The type of analytics to retrieve. The options are currently limited to member. -
getMetadataOnly
Retrieve metadata for the type of analytics indicated. Can be used only with type set to public_channel analytics. See detail below. Omit the date parameter when using this argument. Default: false -
setToken
Authentication token bearing required scopes.- 定義:
setTokenインタフェース内SlackApiRequest
-
setDate
Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC. -
setType
The type of analytics to retrieve. The options are currently limited to member. -
setMetadataOnly
Retrieve metadata for the type of analytics indicated. Can be used only with type set to public_channel analytics. See detail below. Omit the date parameter when using this argument. Default: false -
equals
-
canEqual
-
hashCode
-
toString
-