Class AdminUsersListRequest

java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersListRequest
All Implemented Interfaces:
SlackApiRequest

public class AdminUsersListRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.users.list
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
    • getTeamId

      public String getTeamId()
      The ID (T1234) of the workspace.
    • getCursor

      public String getCursor()
      Set cursor to next_cursor returned by the previous call to list items in the next page.
    • getLimit

      public Integer getLimit()
      Limit for how many users to be retrieved per page
    • setToken

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

      public void setTeamId(String teamId)
      The ID (T1234) of the workspace.
    • setCursor

      public void setCursor(String cursor)
      Set cursor to next_cursor returned by the previous call to list items in the next page.
    • setLimit

      public void setLimit(Integer limit)
      Limit for how many users to be retrieved per page
    • 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