| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat |
| Modifier and Type | Method and Description |
|---|---|
static ChatUnfurlParams.Builder |
ChatUnfurlParams.builder()
Creates a builder for
ChatUnfurlParams. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.from(ChatUnfurlParamsIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.methods.params.chat.ChatUnfurlParamsIF instance. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.from(HasChannel instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.methods.interceptor.HasChannel instance. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.putAllUnfurls(Map<String,? extends BlockOrAttachment> unfurls)
Put all mappings from the specified map as entries to
unfurls map. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.putUnfurls(Map.Entry<String,? extends BlockOrAttachment> entry)
Put one entry to the
unfurls map. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.putUnfurls(String key,
BlockOrAttachment value)
Put one entry to the
unfurls map. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setChannelId(String channelId)
Initializes the value for the
channelId attribute. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setTs(String ts)
Initializes the value for the
ts attribute. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setUnfurls(Map<String,? extends BlockOrAttachment> unfurls)
Sets or replaces all mappings from the specified map as entries for the
unfurls map. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setUserAuthMessage(Optional<String> userAuthMessage)
Initializes the optional value
userAuthMessage to userAuthMessage. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setUserAuthMessage(String userAuthMessage)
Initializes the optional value
userAuthMessage to userAuthMessage. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setUserAuthRequired(Boolean userAuthRequired)
Initializes the optional value
userAuthRequired to userAuthRequired. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setUserAuthRequired(Optional<Boolean> userAuthRequired)
Initializes the optional value
userAuthRequired to userAuthRequired. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setUserAuthUrl(Optional<URI> userAuthUrl)
Initializes the optional value
userAuthUrl to userAuthUrl. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setUserAuthUrl(URI userAuthUrl)
Initializes the optional value
userAuthUrl to userAuthUrl. |
Copyright © 2020. All rights reserved.