Class AdminBarriersListRequest
java.lang.Object
com.slack.api.methods.request.admin.barriers.AdminBarriersListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.barriers.list
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSet cursor to next_cursor returned by the previous call to list items in the next page.getLimit()The maximum number of items to return.getToken()Authentication token bearing required scopes.inthashCode()voidSet cursor to next_cursor returned by the previous call to list items in the next page.voidThe maximum number of items to return.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
getLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100 -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
setLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100 -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-