Class AppsPermissionsUsersListRequest
java.lang.Object
com.slack.api.methods.request.apps.permissions.users.AppsPermissionsUsersListRequest
- All Implemented Interfaces:
SlackApiRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanPaginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.getLimit()The maximum number of items to return.getToken()inthashCode()voidPaginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata.voidThe maximum number of items to return.voidtoString()
-
Method Details
-
builder
-
getToken
- Specified by:
getTokenin interfaceSlackApiRequest
-
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
The maximum number of items to return. -
setToken
-
setCursor
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
The maximum number of items to return. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-