Class TeamBillableInfoRequest
java.lang.Object
com.slack.api.methods.request.team.TeamBillableInfoRequest
- All Implemented Interfaces:
SlackApiRequest
public class TeamBillableInfoRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamBillableInfoRequest.TeamBillableInfoRequestBuilder -
Method Summary
Modifier and Type Method Description static TeamBillableInfoRequest.TeamBillableInfoRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetTeamId()Required for org-wide apps.StringgetToken()Authentication token.StringgetUser()A user to retrieve the billable information for.inthashCode()voidsetTeamId(String teamId)Required for org-wide apps.voidsetToken(String token)Authentication token.voidsetUser(String user)A user to retrieve the billable information for.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `admin`- Specified by:
getTokenin interfaceSlackApiRequest
-
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` -
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
-