Class TeamUsageStats.QueryTeamUsageStatsRequestData

  • Enclosing class:
    TeamUsageStats

    public static class TeamUsageStats.QueryTeamUsageStatsRequestData
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      @Nullable java.lang.String getEndDate()
      End date in YYYY-MM-DD format.
      @Nullable java.lang.Integer getLimit()
      Maximum number of teams to return per page (default: 30, max: 30).
      @Nullable java.lang.String getMonth()
      Month in YYYY-MM format (e.g., '2026-01').
      @Nullable java.lang.String getNext()
      Cursor for pagination to fetch next page of teams.
      @Nullable java.lang.String getStartDate()
      Start date in YYYY-MM-DD format.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMonth

        @Nullable
        public @Nullable java.lang.String getMonth()
        Month in YYYY-MM format (e.g., '2026-01'). Mutually exclusive with start_date/end_date. Returns aggregated monthly values.
      • getStartDate

        @Nullable
        public @Nullable java.lang.String getStartDate()
        Start date in YYYY-MM-DD format. Used with end_date for custom date range. Returns daily breakdown.
      • getEndDate

        @Nullable
        public @Nullable java.lang.String getEndDate()
        End date in YYYY-MM-DD format. Used with start_date for custom date range. Returns daily breakdown.
      • getLimit

        @Nullable
        public @Nullable java.lang.Integer getLimit()
        Maximum number of teams to return per page (default: 30, max: 30).
      • getNext

        @Nullable
        public @Nullable java.lang.String getNext()
        Cursor for pagination to fetch next page of teams.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object