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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static TeamBillableInfoRequest.TeamBillableInfoRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `admin`- Specified by:
getTokenin interfaceSlackApiRequest
-
getUser
public String getUser()
A user to retrieve the billable information for. Defaults to all users.
-
getTeamId
public String getTeamId()
Required for org-wide apps.
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `admin`
-
setUser
public void setUser(String user)
A user to retrieve the billable information for. Defaults to all users.
-
setTeamId
public void setTeamId(String teamId)
Required for org-wide apps.
-
canEqual
protected boolean canEqual(Object other)
-
-