| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
ViewResponseAction |
ViewResponseAction.Builder.build()
Builds a new
ViewResponseAction. |
static ViewResponseAction |
ViewResponseAction.copyOf(ViewResponseActionIF instance)
Creates an immutable copy of a
ViewResponseActionIF value. |
ViewResponseAction |
ViewResponseAction.withErrors(Map<String,? extends String> errors)
Copy the current immutable object by replacing the
errors map with the specified map. |
ViewResponseAction |
ViewResponseAction.withResponseAction(String responseAction)
Copy the current immutable object by setting a value for the
responseAction attribute. |
ViewResponseAction |
ViewResponseAction.withView(ModalViewPayload value)
Copy the current immutable object by setting a present value for the optional
view attribute. |
ViewResponseAction |
ViewResponseAction.withView(Optional<ModalViewPayload> optional)
Copy the current immutable object by setting an optional value for the
view attribute. |
Copyright © 2020. All rights reserved.