| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatUpdateMessageResponse |
ChatUpdateMessageResponse.Builder.build()
Builds a new
ChatUpdateMessageResponse. |
static ChatUpdateMessageResponse |
ChatUpdateMessageResponse.copyOf(ChatUpdateMessageResponseIF instance)
Creates an immutable copy of a
ChatUpdateMessageResponseIF value. |
ChatUpdateMessageResponse |
ChatUpdateMessageResponse.withChannel(String channel)
Copy the current immutable object by setting a value for the
channel attribute. |
ChatUpdateMessageResponse |
ChatUpdateMessageResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
ChatUpdateMessageResponse |
ChatUpdateMessageResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
ChatUpdateMessageResponse |
ChatUpdateMessageResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
ChatUpdateMessageResponse |
ChatUpdateMessageResponse.withText(String text)
Copy the current immutable object by setting a value for the
text attribute. |
ChatUpdateMessageResponse |
ChatUpdateMessageResponse.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
Copyright © 2019. All rights reserved.