Class AdminAnalyticsGetFileRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminAnalyticsGetFileRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.analytics.getFile
    • Method Detail

      • getDate

        public String getDate()
        Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.
      • getType

        public String getType()
        The type of analytics to retrieve. The options are currently limited to member.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setDate

        public void setDate​(String date)
        Date to retrieve the analytics data for, expressed as YYYY-MM-DD in UTC.
      • setType

        public void setType​(String type)
        The type of analytics to retrieve. The options are currently limited to member.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object