Class TeamBillableInfoRequest
java.lang.Object
com.slack.api.methods.request.team.TeamBillableInfoRequest
- All Implemented Interfaces:
SlackApiRequest
public class TeamBillableInfoRequest extends java.lang.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(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetTeamId()Required for org-wide apps.java.lang.StringgetToken()Authentication token.java.lang.StringgetUser()A user to retrieve the billable information for.inthashCode()voidsetTeamId(java.lang.String teamId)Required for org-wide apps.voidsetToken(java.lang.String token)Authentication token.voidsetUser(java.lang.String user)A user to retrieve the billable information for.java.lang.StringtoString()
-
Method Details
-
builder
-
getToken
public java.lang.String getToken()Authentication token. Requires scope: `admin`- Specified by:
getTokenin interfaceSlackApiRequest
-
getUser
public java.lang.String getUser()A user to retrieve the billable information for. Defaults to all users. -
getTeamId
public java.lang.String getTeamId()Required for org-wide apps. -
setToken
public void setToken(java.lang.String token)Authentication token. Requires scope: `admin` -
setUser
public void setUser(java.lang.String user)A user to retrieve the billable information for. Defaults to all users. -
setTeamId
public void setTeamId(java.lang.String teamId)Required for org-wide apps. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-