Class TeamBillableInfoRequest

java.lang.Object
com.slack.api.methods.request.team.TeamBillableInfoRequest
All Implemented Interfaces:
SlackApiRequest

public class TeamBillableInfoRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/team.billableInfo
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token. Requires scope: `admin`
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getUser

      public String getUser()
      A user to retrieve the billable information for. Defaults to all users.
    • getTeamId

      public String getTeamId()
      Required for org-wide apps.
    • getCursor

      public String getCursor()
      Set cursor to next_cursor returned by previous call, to indicate from where you want to list next page of users list. Default value fetches the first page.
    • getLimit

      public Integer getLimit()
      The maximum number of items to return.
    • setToken

      public void setToken(String token)
      Authentication token. Requires scope: `admin`
      Specified by:
      setToken in interface SlackApiRequest
    • setUser

      public void setUser(String user)
      A user to retrieve the billable information for. Defaults to all users.
    • setTeamId

      public void setTeamId(String teamId)
      Required for org-wide apps.
    • setCursor

      public void setCursor(String cursor)
      Set cursor to next_cursor returned by previous call, to indicate from where you want to list next page of users list. Default value fetches the first page.
    • setLimit

      public void setLimit(Integer limit)
      The maximum number of items to return.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object