| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.team |
| Modifier and Type | Method and Description |
|---|---|
TeamInfoResponse |
TeamInfoResponse.Builder.build()
Builds a new
TeamInfoResponse. |
static TeamInfoResponse |
TeamInfoResponse.copyOf(TeamInfoResponseIF instance)
Creates an immutable copy of a
TeamInfoResponseIF value. |
TeamInfoResponse |
TeamInfoResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
TeamInfoResponse |
TeamInfoResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
TeamInfoResponse |
TeamInfoResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
TeamInfoResponse |
TeamInfoResponse.withSlackTeam(SlackTeam slackTeam)
Copy the current immutable object by setting a value for the
slackTeam attribute. |
Copyright © 2019. All rights reserved.