Class TeamBillableInfoRequest
java.lang.Object
com.slack.api.methods.request.team.TeamBillableInfoRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/team.billableInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSet cursor to next_cursor returned by previous call, to indicate from where you want to list next page of users list.getLimit()The maximum number of items to return.Required for org-wide apps.getToken()Authentication token.getUser()A user to retrieve the billable information for.inthashCode()voidSet cursor to next_cursor returned by previous call, to indicate from where you want to list next page of users list.voidThe maximum number of items to return.voidRequired for org-wide apps.voidAuthentication token.voidA user to retrieve the billable information for.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `admin`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getUser
A user to retrieve the billable information for. Defaults to all users. -
getTeamId
Required for org-wide apps. -
getCursor
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. -
getLimit
The maximum number of items to return. -
setToken
Authentication token. Requires scope: `admin`- Specified by:
setTokenin interfaceSlackApiRequest
-
setUser
A user to retrieve the billable information for. Defaults to all users. -
setTeamId
Required for org-wide apps. -
setCursor
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. -
setLimit
The maximum number of items to return. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-