Class AdminAnalyticsGetFileRequest.AdminAnalyticsGetFileRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.analytics.AdminAnalyticsGetFileRequest.AdminAnalyticsGetFileRequestBuilder
- Enclosing class:
- AdminAnalyticsGetFileRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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.
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
date
Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.- Returns:
this.
-
type
The type of analytics to retrieve. The options are currently limited to member.- Returns:
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- Returns:
this.
-
build
-
toString
-