| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
ViewInteractionPayload |
ViewInteractionPayload.Builder.build()
Builds a new
ViewInteractionPayload. |
static ViewInteractionPayload |
ViewInteractionPayload.copyOf(ViewInteractionPayloadIF instance)
Creates an immutable copy of a
ViewInteractionPayloadIF value. |
ViewInteractionPayload |
ViewSubmission.getView() |
ViewInteractionPayload |
ViewSubmissionIF.getView() |
ViewInteractionPayload |
ViewInteractionPayload.withBlocks(Block... elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ViewInteractionPayload |
ViewInteractionPayload.withBlocks(Iterable<? extends Block> elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ViewInteractionPayload |
ViewInteractionPayload.withCallbackId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
callbackId attribute. |
ViewInteractionPayload |
ViewInteractionPayload.withCallbackId(String value)
Copy the current immutable object by setting a present value for the optional
callbackId attribute. |
ViewInteractionPayload |
ViewInteractionPayload.withExternalId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
externalId attribute. |
ViewInteractionPayload |
ViewInteractionPayload.withExternalId(String value)
Copy the current immutable object by setting a present value for the optional
externalId attribute. |
ViewInteractionPayload |
ViewInteractionPayload.withHash(String hash)
Copy the current immutable object by setting a value for the
hash attribute. |
ViewInteractionPayload |
ViewInteractionPayload.withPrivateMetadata(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
privateMetadata attribute. |
ViewInteractionPayload |
ViewInteractionPayload.withPrivateMetadata(String value)
Copy the current immutable object by setting a present value for the optional
privateMetadata attribute. |
ViewInteractionPayload |
ViewInteractionPayload.withState(ViewStateValuesPayload state)
Copy the current immutable object by setting a value for the
state attribute. |
ViewInteractionPayload |
ViewInteractionPayload.withType(String type)
Copy the current immutable object by setting a value for the
type attribute. |
| Modifier and Type | Method and Description |
|---|---|
ViewSubmission.Builder |
ViewSubmission.Builder.setView(ViewInteractionPayload view)
Initializes the value for the
view attribute. |
ViewSubmission |
ViewSubmission.withView(ViewInteractionPayload view)
Copy the current immutable object by setting a value for the
view attribute. |
Copyright © 2020. All rights reserved.