| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.chat |
| Modifier and Type | Method and Description |
|---|---|
static ChatPostMessageResponse.Builder |
ChatPostMessageResponse.builder()
Creates a builder for
ChatPostMessageResponse. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.from(ChatPostMessageResponseIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.chat.ChatPostMessageResponseIF instance. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.from(SlackResponse instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.SlackResponse instance. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.putAllMessage(Map<String,? extends Object> message)
Put all mappings from the specified map as entries to
message map. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.putMessage(Map.Entry<String,? extends Object> entry)
Put one entry to the
message map. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.putMessage(String key,
Object value)
Put one entry to the
message map. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.setChannel(String channel)
Initializes the value for the
channel attribute. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.setMessage(Map<String,? extends Object> message)
Sets or replaces all mappings from the specified map as entries for the
message map. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.setOk(boolean ok)
Initializes the value for the
ok attribute. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.setResponseMetadata(Optional<ResponseMetadata> responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.setResponseMetadata(ResponseMetadata responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
ChatPostMessageResponse.Builder |
ChatPostMessageResponse.Builder.setTs(String ts)
Initializes the value for the
ts attribute. |
Copyright © 2019. All rights reserved.