Class AppsPermissionsUsersListRequest.AppsPermissionsUsersListRequestBuilder
java.lang.Object
com.slack.api.methods.request.apps.permissions.users.AppsPermissionsUsersListRequest.AppsPermissionsUsersListRequestBuilder
- Enclosing class:
- AppsPermissionsUsersListRequest
public static class AppsPermissionsUsersListRequest.AppsPermissionsUsersListRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description AppsPermissionsUsersListRequestbuild()AppsPermissionsUsersListRequest.AppsPermissionsUsersListRequestBuildercursor(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.AppsPermissionsUsersListRequest.AppsPermissionsUsersListRequestBuilderlimit(Integer limit)The maximum number of items to return.AppsPermissionsUsersListRequest.AppsPermissionsUsersListRequestBuildertoken(String token)StringtoString()
-
Method Details
-
token
-
cursor
public AppsPermissionsUsersListRequest.AppsPermissionsUsersListRequestBuilder cursor(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.- Returns:
this.
-
limit
The maximum number of items to return.- Returns:
this.
-
build
-
toString
-