| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction | |
| com.hubspot.slack.client.models.response.views |
| Modifier and Type | Method and Description |
|---|---|
Optional<ViewResponseBase> |
BlockActions.getView() |
Optional<ViewResponseBase> |
BlockActionsIF.getView() |
| Modifier and Type | Method and Description |
|---|---|
BlockActions.Builder |
BlockActions.Builder.setView(ViewResponseBase view)
Initializes the optional value
view to view. |
BlockActions |
BlockActions.withView(ViewResponseBase value)
Copy the current immutable object by setting a present value for the optional
view attribute. |
| Modifier and Type | Method and Description |
|---|---|
BlockActions.Builder |
BlockActions.Builder.setView(Optional<ViewResponseBase> view)
Initializes the optional value
view to view. |
BlockActions |
BlockActions.withView(Optional<ViewResponseBase> optional)
Copy the current immutable object by setting an optional value for the
view attribute. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HomeTabViewResponseIF |
interface |
ModalViewResponseIF |
| Modifier and Type | Class and Description |
|---|---|
class |
HomeTabViewResponse
Immutable implementation of
HomeTabViewResponseIF. |
class |
ModalViewResponse
Immutable implementation of
ModalViewResponseIF. |
| Modifier and Type | Method and Description |
|---|---|
HomeTabViewResponse.Builder |
HomeTabViewResponse.Builder.from(ViewResponseBase instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.views.ViewResponseBase instance. |
ModalViewResponse.Builder |
ModalViewResponse.Builder.from(ViewResponseBase instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.views.ViewResponseBase instance. |
Copyright © 2020. All rights reserved.