クラス AdminAnalyticsGetFileRequest.AdminAnalyticsGetFileRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.analytics.AdminAnalyticsGetFileRequest.AdminAnalyticsGetFileRequestBuilder
- 含まれているクラス:
AdminAnalyticsGetFileRequest
-
メソッドの概要
修飾子とタイプメソッド説明build()Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.metadataOnly(Boolean metadataOnly) Retrieve metadata for the type of analytics indicated.Authentication token bearing required scopes.toString()The type of analytics to retrieve.
-
メソッドの詳細
-
token
Authentication token bearing required scopes.- 戻り値:
this.
-
date
Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.- 戻り値:
this.
-
type
The type of analytics to retrieve. The options are currently limited to member.- 戻り値:
this.
-
metadataOnly
public AdminAnalyticsGetFileRequest.AdminAnalyticsGetFileRequestBuilder metadataOnly(Boolean metadataOnly) 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- 戻り値:
this.
-
build
-
toString
-