Class TeamBillableInfoRequest.TeamBillableInfoRequestBuilder
java.lang.Object
com.slack.api.methods.request.team.TeamBillableInfoRequest.TeamBillableInfoRequestBuilder
- Enclosing class:
- TeamBillableInfoRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Set cursor to next_cursor returned by previous call, to indicate from where you want to list next page of users list.The maximum number of items to return.Required for org-wide apps.Authentication token.toString()A user to retrieve the billable information for.
-
Method Details
-
token
Authentication token. Requires scope: `admin`- Returns:
this.
-
user
A user to retrieve the billable information for. Defaults to all users.- Returns:
this.
-
teamId
Required for org-wide apps.- Returns:
this.
-
cursor
Set cursor to next_cursor returned by previous call, to indicate from where you want to list next page of users list. Default value fetches the first page.- Returns:
this.
-
limit
The maximum number of items to return.- Returns:
this.
-
build
-
toString
-