Class TeamBillableInfoRequest
java.lang.Object
com.slack.api.methods.request.team.TeamBillableInfoRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/team.billableInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired for org-wide apps.getToken()Authentication token.getUser()A user to retrieve the billable information for.inthashCode()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. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-