| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageResponse |
ChatPostMessageResponse.Builder.build()
Builds a new
ChatPostMessageResponse. |
static ChatPostMessageResponse |
ChatPostMessageResponse.copyOf(ChatPostMessageResponseIF instance)
Creates an immutable copy of a
ChatPostMessageResponseIF value. |
ChatPostMessageResponse |
ChatPostMessageResponse.withChannel(String channel)
Copy the current immutable object by setting a value for the
channel attribute. |
ChatPostMessageResponse |
ChatPostMessageResponse.withMessage(Map<String,? extends Object> message)
Copy the current immutable object by replacing the
message map with the specified map. |
ChatPostMessageResponse |
ChatPostMessageResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
ChatPostMessageResponse |
ChatPostMessageResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
ChatPostMessageResponse |
ChatPostMessageResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
ChatPostMessageResponse |
ChatPostMessageResponse.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
Copyright © 2019. All rights reserved.