Class StarsListRequest.StarsListRequestBuilder
java.lang.Object
com.slack.api.methods.request.stars.StarsListRequest.StarsListRequestBuilder
- Enclosing class:
- StarsListRequest
-
Method Details
-
token
Authentication token. Requires scope: `stars:read`- Returns:
this.
-
count
Number of items to return per page.- Returns:
this.
-
cursor
Parameter for pagination. Set cursor equal to the next_cursor attribute returned by the previous request's response_metadata. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See pagination for more details.- Returns:
this.
-
limit
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.- Returns:
this.
-
page
Page number of results to return.- Returns:
this.
-
teamId
encoded team id to list stars in, required if org token is used- Returns:
this.
-
build
-
toString
-