Uses of Class
com.slack.api.methods.request.team.TeamBillableInfoRequest
| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl | |
| com.slack.api.methods.request.team |
-
Uses of TeamBillableInfoRequest in com.slack.api.methods
Methods in com.slack.api.methods with parameters of type TeamBillableInfoRequest Modifier and Type Method Description CompletableFuture<TeamBillableInfoResponse>AsyncMethodsClient. teamBillableInfo(TeamBillableInfoRequest req)TeamBillableInfoResponseMethodsClient. teamBillableInfo(TeamBillableInfoRequest req)static okhttp3.FormBody.BuilderRequestFormBuilder. toForm(TeamBillableInfoRequest req) -
Uses of TeamBillableInfoRequest in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type TeamBillableInfoRequest Modifier and Type Method Description CompletableFuture<TeamBillableInfoResponse>AsyncMethodsClientImpl. teamBillableInfo(TeamBillableInfoRequest req)TeamBillableInfoResponseMethodsClientImpl. teamBillableInfo(TeamBillableInfoRequest req) -
Uses of TeamBillableInfoRequest in com.slack.api.methods.request.team
Methods in com.slack.api.methods.request.team that return TeamBillableInfoRequest Modifier and Type Method Description TeamBillableInfoRequestTeamBillableInfoRequest.TeamBillableInfoRequestBuilder. build()