Class StarsListRequest
java.lang.Object
com.slack.api.methods.request.stars.StarsListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/stars.list
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetCount()Number of items to return per page.Parameter for pagination.getLimit()The maximum number of items to return.getPage()Page number of results to return.encoded team id to list stars in, required if org token is usedgetToken()Authentication token.inthashCode()voidNumber of items to return per page.voidParameter for pagination.voidThe maximum number of items to return.voidPage number of results to return.voidencoded team id to list stars in, required if org token is usedvoidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `stars:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getCount
Number of items to return per page. -
getCursor
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. -
getLimit
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. -
getPage
Page number of results to return. -
getTeamId
encoded team id to list stars in, required if org token is used -
setToken
Authentication token. Requires scope: `stars:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setCount
Number of items to return per page. -
setCursor
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. -
setLimit
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. -
setPage
Page number of results to return. -
setTeamId
encoded team id to list stars in, required if org token is used -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-