public class TeamBillableInfoRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamBillableInfoRequest.TeamBillableInfoRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static TeamBillableInfoRequest.TeamBillableInfoRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token.
|
String |
getUser()
A user to retrieve the billable information for.
|
int |
hashCode() |
void |
setToken(String token)
Authentication token.
|
void |
setUser(String user)
A user to retrieve the billable information for.
|
String |
toString() |
public static TeamBillableInfoRequest.TeamBillableInfoRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getUser()
public void setToken(String token)
public void setUser(String user)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.