Class AppsPermissionsResourcesListRequest

    • Method Detail

      • getCursor

        public 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 Integer getLimit()
        The maximum number of items to return.
      • setToken

        public void setToken​(String token)
      • setCursor

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

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object