Class AdminConversationsGetTeamsRequest

java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsGetTeamsRequest
All Implemented Interfaces:
SlackApiRequest

public class AdminConversationsGetTeamsRequest
extends java.lang.Object
implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.getTeams
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  AdminConversationsGetTeamsRequest.AdminConversationsGetTeamsRequestBuilder  
  • Method Summary

    Modifier and Type Method Description
    static AdminConversationsGetTeamsRequest.AdminConversationsGetTeamsRequestBuilder builder()  
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getChannelId()
    The channel to determine connected workspaces within the organization for.
    java.lang.String getCursor()
    Set cursor to next_cursor returned by the previous call to list items in the next page.
    java.lang.Integer getLimit()
    The maximum number of items to return.
    java.lang.String getToken()
    Authentication token bearing required scopes.
    int hashCode()  
    void setChannelId​(java.lang.String channelId)
    The channel to determine connected workspaces within the organization for.
    void setCursor​(java.lang.String cursor)
    Set cursor to next_cursor returned by the previous call to list items in the next page.
    void setLimit​(java.lang.Integer limit)
    The maximum number of items to return.
    void setToken​(java.lang.String token)
    Authentication token bearing required scopes.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • builder

    • getToken

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

      public java.lang.String getChannelId()
      The channel to determine connected workspaces within the organization for.
    • getCursor

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

      public java.lang.Integer getLimit()
      The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100
    • setToken

      public void setToken​(java.lang.String token)
      Authentication token bearing required scopes.
    • setChannelId

      public void setChannelId​(java.lang.String channelId)
      The channel to determine connected workspaces within the organization for.
    • setCursor

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

      public void setLimit​(java.lang.Integer limit)
      The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100
    • 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
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object