| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.dialog | |
| com.hubspot.slack.client.models.dialog |
| Modifier and Type | Method and Description |
|---|---|
SlackDialog |
DialogOpenParams.getDialog() |
SlackDialog |
DialogOpenParamsIF.getDialog() |
| Modifier and Type | Method and Description |
|---|---|
DialogOpenParams.Builder |
DialogOpenParams.Builder.setDialog(SlackDialog dialog)
Initializes the value for the
dialog attribute. |
DialogOpenParams |
DialogOpenParams.withDialog(SlackDialog dialog)
Copy the current immutable object by setting a value for the
dialog attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackDialog |
SlackDialog.Builder.build()
Builds a new
SlackDialog. |
static SlackDialog |
SlackDialog.copyOf(SlackDialogIF instance)
Creates an immutable copy of a
SlackDialogIF value. |
SlackDialog |
SlackDialog.withCallbackId(String callbackId)
Copy the current immutable object by setting a value for the
callbackId attribute. |
SlackDialog |
SlackDialog.withElements(Iterable<? extends SlackDialogFormElement> elements)
Copy the current immutable object with elements that replace the content of
elements. |
SlackDialog |
SlackDialog.withElements(SlackDialogFormElement... elements)
Copy the current immutable object with elements that replace the content of
elements. |
SlackDialog |
SlackDialog.withNotifyOnCancel(Boolean value)
Copy the current immutable object by setting a present value for the optional
notifyOnCancel attribute. |
SlackDialog |
SlackDialog.withNotifyOnCancel(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
notifyOnCancel attribute. |
SlackDialog |
SlackDialog.withState(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
state attribute. |
SlackDialog |
SlackDialog.withState(String value)
Copy the current immutable object by setting a present value for the optional
state attribute. |
SlackDialog |
SlackDialog.withSubmitLabel(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
submitLabel attribute. |
SlackDialog |
SlackDialog.withSubmitLabel(String value)
Copy the current immutable object by setting a present value for the optional
submitLabel attribute. |
SlackDialog |
SlackDialog.withTitle(String title)
Copy the current immutable object by setting a value for the
title attribute. |
Copyright © 2019. All rights reserved.