| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events.bot | |
| com.hubspot.slack.client.models.response.views |
| Modifier and Type | Method and Description |
|---|---|
Optional<HomeTabViewResponse> |
SlackAppHomeOpenedEvent.getView() |
Optional<HomeTabViewResponse> |
SlackAppHomeOpenedEventIF.getView() |
| Modifier and Type | Method and Description |
|---|---|
SlackAppHomeOpenedEvent.Builder |
SlackAppHomeOpenedEvent.Builder.setView(HomeTabViewResponse view)
Initializes the optional value
view to view. |
SlackAppHomeOpenedEvent |
SlackAppHomeOpenedEvent.withView(HomeTabViewResponse value)
Copy the current immutable object by setting a present value for the optional
view attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackAppHomeOpenedEvent.Builder |
SlackAppHomeOpenedEvent.Builder.setView(Optional<HomeTabViewResponse> view)
Initializes the optional value
view to view. |
SlackAppHomeOpenedEvent |
SlackAppHomeOpenedEvent.withView(Optional<HomeTabViewResponse> optional)
Copy the current immutable object by setting an optional value for the
view attribute. |
| Modifier and Type | Method and Description |
|---|---|
HomeTabViewResponse |
HomeTabViewResponse.Builder.build()
Builds a new
HomeTabViewResponse. |
static HomeTabViewResponse |
HomeTabViewResponse.copyOf(HomeTabViewResponseIF instance)
Creates an immutable copy of a
HomeTabViewResponseIF value. |
HomeTabViewResponse |
HomeTabViewCommandResponse.getView() |
HomeTabViewResponse |
HomeTabViewCommandResponseIF.getView() |
HomeTabViewResponse |
HomeTabViewResponse.withAppId(String appId)
Copy the current immutable object by setting a value for the
appId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withBlocks(Block... elements)
Copy the current immutable object with elements that replace the content of
blocks. |
HomeTabViewResponse |
HomeTabViewResponse.withBlocks(Iterable<? extends Block> elements)
Copy the current immutable object with elements that replace the content of
blocks. |
HomeTabViewResponse |
HomeTabViewResponse.withBotId(String botId)
Copy the current immutable object by setting a value for the
botId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withCallbackId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
callbackId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withCallbackId(String value)
Copy the current immutable object by setting a present value for the optional
callbackId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withCurrentViewId(String currentViewId)
Copy the current immutable object by setting a value for the
currentViewId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withExternalId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
externalId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withExternalId(String value)
Copy the current immutable object by setting a present value for the optional
externalId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withHash(String hash)
Copy the current immutable object by setting a value for the
hash attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withPreviousViewId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
previousViewId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withPreviousViewId(String value)
Copy the current immutable object by setting a present value for the optional
previousViewId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withPrivateMetadata(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
privateMetadata attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withPrivateMetadata(String value)
Copy the current immutable object by setting a present value for the optional
privateMetadata attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withRootViewId(String rootViewId)
Copy the current immutable object by setting a value for the
rootViewId attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withStateValues(StateBlock stateValues)
Copy the current immutable object by setting a value for the
stateValues attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withTeamId(String teamId)
Copy the current immutable object by setting a value for the
teamId attribute. |
| Modifier and Type | Method and Description |
|---|---|
HomeTabViewCommandResponse.Builder |
HomeTabViewCommandResponse.Builder.setView(HomeTabViewResponse view)
Initializes the value for the
view attribute. |
HomeTabViewCommandResponse |
HomeTabViewCommandResponse.withView(HomeTabViewResponse view)
Copy the current immutable object by setting a value for the
view attribute. |
Copyright © 2020. All rights reserved.