| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.chat |
| Modifier and Type | Method and Description |
|---|---|
static ChatUpdateMessageResponse.Builder |
ChatUpdateMessageResponse.builder()
Creates a builder for
ChatUpdateMessageResponse. |
ChatUpdateMessageResponse.Builder |
ChatUpdateMessageResponse.Builder.from(ChatUpdateMessageResponseIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.chat.ChatUpdateMessageResponseIF instance. |
ChatUpdateMessageResponse.Builder |
ChatUpdateMessageResponse.Builder.from(SlackResponse instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.SlackResponse instance. |
ChatUpdateMessageResponse.Builder |
ChatUpdateMessageResponse.Builder.setChannel(String channel)
Initializes the value for the
channel attribute. |
ChatUpdateMessageResponse.Builder |
ChatUpdateMessageResponse.Builder.setOk(boolean ok)
Initializes the value for the
ok attribute. |
ChatUpdateMessageResponse.Builder |
ChatUpdateMessageResponse.Builder.setResponseMetadata(Optional<ResponseMetadata> responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
ChatUpdateMessageResponse.Builder |
ChatUpdateMessageResponse.Builder.setResponseMetadata(ResponseMetadata responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
ChatUpdateMessageResponse.Builder |
ChatUpdateMessageResponse.Builder.setText(String text)
Initializes the value for the
text attribute. |
ChatUpdateMessageResponse.Builder |
ChatUpdateMessageResponse.Builder.setTs(String ts)
Initializes the value for the
ts attribute. |
Copyright © 2019. All rights reserved.