Class AppsPermissionsResourcesListRequest

java.lang.Object
com.slack.api.methods.request.apps.permissions.resources.AppsPermissionsResourcesListRequest
All Implemented Interfaces:
SlackApiRequest

public class AppsPermissionsResourcesListRequest
extends java.lang.Object
implements SlackApiRequest
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  AppsPermissionsResourcesListRequest.AppsPermissionsResourcesListRequestBuilder  
  • Method Summary

    Modifier and Type Method Description
    static AppsPermissionsResourcesListRequest.AppsPermissionsResourcesListRequestBuilder builder()  
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getCursor()
    Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.
    java.lang.Integer getLimit()
    The maximum number of items to return.
    java.lang.String getToken()  
    int hashCode()  
    void setCursor​(java.lang.String cursor)
    Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.
    void setLimit​(java.lang.Integer limit)
    The maximum number of items to return.
    void setToken​(java.lang.String token)  
    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()
      Specified by:
      getToken in interface SlackApiRequest
    • getCursor

      public java.lang.String getCursor()
      Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. See pagination for more detail.
    • getLimit

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

      public void setToken​(java.lang.String token)
    • setCursor

      public void setCursor​(java.lang.String cursor)
      Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. See pagination for more detail.
    • setLimit

      public void setLimit​(java.lang.Integer limit)
      The maximum number of items to return.
    • 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