Class TeamBillingInfoRequest
- java.lang.Object
-
- com.slack.api.methods.request.team.TeamBillingInfoRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class TeamBillingInfoRequest extends Object implements SlackApiRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamBillingInfoRequest.TeamBillingInfoRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TeamBillingInfoRequest.TeamBillingInfoRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetToken()Authentication token.inthashCode()voidsetToken(String token)Authentication token.StringtoString()
-
-
-
Method Detail
-
builder
public static TeamBillingInfoRequest.TeamBillingInfoRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `team.billing:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `team.billing:read`
-
canEqual
protected boolean canEqual(Object other)
-
-