| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatUnfurlParams |
ChatUnfurlParams.Builder.build()
Builds a new
ChatUnfurlParams. |
static ChatUnfurlParams |
ChatUnfurlParams.copyOf(ChatUnfurlParamsIF instance)
Creates an immutable copy of a
ChatUnfurlParamsIF value. |
ChatUnfurlParams |
ChatUnfurlParams.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
ChatUnfurlParams |
ChatUnfurlParams.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
ChatUnfurlParams |
ChatUnfurlParams.withUnfurls(Map<String,? extends BlockOrAttachment> unfurls)
Copy the current immutable object by replacing the
unfurls map with the specified map. |
ChatUnfurlParams |
ChatUnfurlParams.withUserAuthMessage(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
userAuthMessage attribute. |
ChatUnfurlParams |
ChatUnfurlParams.withUserAuthMessage(String value)
Copy the current immutable object by setting a present value for the optional
userAuthMessage attribute. |
ChatUnfurlParams |
ChatUnfurlParams.withUserAuthRequired(Boolean value)
Copy the current immutable object by setting a present value for the optional
userAuthRequired attribute. |
ChatUnfurlParams |
ChatUnfurlParams.withUserAuthRequired(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
userAuthRequired attribute. |
ChatUnfurlParams |
ChatUnfurlParams.withUserAuthUrl(Optional<URI> optional)
Copy the current immutable object by setting an optional value for the
userAuthUrl attribute. |
ChatUnfurlParams |
ChatUnfurlParams.withUserAuthUrl(URI value)
Copy the current immutable object by setting a present value for the optional
userAuthUrl attribute. |
Copyright © 2020. All rights reserved.