| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.views |
| Modifier and Type | Method and Description |
|---|---|
ModalViewResponse |
ModalViewResponse.Builder.build()
Builds a new
ModalViewResponse. |
static ModalViewResponse |
ModalViewResponse.copyOf(ModalViewResponseIF instance)
Creates an immutable copy of a
ModalViewResponseIF value. |
ModalViewResponse |
ModalViewCommandResponse.getView() |
ModalViewResponse |
ModalViewCommandResponseIF.getView() |
ModalViewResponse |
ModalViewResponse.withAppId(String appId)
Copy the current immutable object by setting a value for the
appId attribute. |
ModalViewResponse |
ModalViewResponse.withBlocks(Block... elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ModalViewResponse |
ModalViewResponse.withBlocks(Iterable<? extends Block> elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ModalViewResponse |
ModalViewResponse.withBotId(String botId)
Copy the current immutable object by setting a value for the
botId attribute. |
ModalViewResponse |
ModalViewResponse.withCallbackId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
callbackId attribute. |
ModalViewResponse |
ModalViewResponse.withCallbackId(String value)
Copy the current immutable object by setting a present value for the optional
callbackId attribute. |
ModalViewResponse |
ModalViewResponse.withClearOnClose(Boolean value)
Copy the current immutable object by setting a present value for the optional
clearOnClose attribute. |
ModalViewResponse |
ModalViewResponse.withClearOnClose(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
clearOnClose attribute. |
ModalViewResponse |
ModalViewResponse.withCloseButtonText(Optional<Text> optional)
Copy the current immutable object by setting an optional value for the
closeButtonText attribute. |
ModalViewResponse |
ModalViewResponse.withCloseButtonText(Text value)
Copy the current immutable object by setting a present value for the optional
closeButtonText attribute. |
ModalViewResponse |
ModalViewResponse.withCurrentViewId(String currentViewId)
Copy the current immutable object by setting a value for the
currentViewId attribute. |
ModalViewResponse |
ModalViewResponse.withExternalId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
externalId attribute. |
ModalViewResponse |
ModalViewResponse.withExternalId(String value)
Copy the current immutable object by setting a present value for the optional
externalId attribute. |
ModalViewResponse |
ModalViewResponse.withHash(String hash)
Copy the current immutable object by setting a value for the
hash attribute. |
ModalViewResponse |
ModalViewResponse.withNotifyOnClose(Boolean value)
Copy the current immutable object by setting a present value for the optional
notifyOnClose attribute. |
ModalViewResponse |
ModalViewResponse.withNotifyOnClose(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
notifyOnClose attribute. |
ModalViewResponse |
ModalViewResponse.withPreviousViewId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
previousViewId attribute. |
ModalViewResponse |
ModalViewResponse.withPreviousViewId(String value)
Copy the current immutable object by setting a present value for the optional
previousViewId attribute. |
ModalViewResponse |
ModalViewResponse.withPrivateMetadata(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
privateMetadata attribute. |
ModalViewResponse |
ModalViewResponse.withPrivateMetadata(String value)
Copy the current immutable object by setting a present value for the optional
privateMetadata attribute. |
ModalViewResponse |
ModalViewResponse.withRootViewId(String rootViewId)
Copy the current immutable object by setting a value for the
rootViewId attribute. |
ModalViewResponse |
ModalViewResponse.withStateValues(StateBlock stateValues)
Copy the current immutable object by setting a value for the
stateValues attribute. |
ModalViewResponse |
ModalViewResponse.withSubmitButtonText(Optional<Text> optional)
Copy the current immutable object by setting an optional value for the
submitButtonText attribute. |
ModalViewResponse |
ModalViewResponse.withSubmitButtonText(Text value)
Copy the current immutable object by setting a present value for the optional
submitButtonText attribute. |
ModalViewResponse |
ModalViewResponse.withTeamId(String teamId)
Copy the current immutable object by setting a value for the
teamId attribute. |
ModalViewResponse |
ModalViewResponse.withTitle(Text title)
Copy the current immutable object by setting a value for the
title attribute. |
| Modifier and Type | Method and Description |
|---|---|
ModalViewCommandResponse.Builder |
ModalViewCommandResponse.Builder.setView(ModalViewResponse view)
Initializes the value for the
view attribute. |
ModalViewCommandResponse |
ModalViewCommandResponse.withView(ModalViewResponse view)
Copy the current immutable object by setting a value for the
view attribute. |
Copyright © 2020. All rights reserved.