Class AdminAnalyticsGetFileRequest
java.lang.Object
com.slack.api.methods.request.admin.analytics.AdminAnalyticsGetFileRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminAnalyticsGetFileRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.analytics.getFile
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminAnalyticsGetFileRequest.AdminAnalyticsGetFileRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminAnalyticsGetFileRequest.AdminAnalyticsGetFileRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDate()Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.BooleangetMetadataOnly()Retrieve metadata for the type of analytics indicated.StringgetToken()Authentication token bearing required scopes.StringgetType()The type of analytics to retrieve.inthashCode()voidsetDate(String date)Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.voidsetMetadataOnly(Boolean metadataOnly)Retrieve metadata for the type of analytics indicated.voidsetToken(String token)Authentication token bearing required scopes.voidsetType(String type)The type of analytics to retrieve.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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
public int hashCode() -
toString
-