public static interface ViewInputContent.Builder extends SdkPojo, CopyableBuilder<ViewInputContent.Builder,ViewInputContent>
| Modifier and Type | Method and Description |
|---|---|
ViewInputContent.Builder |
actions(Collection<String> actions)
A list of possible actions from the view.
|
ViewInputContent.Builder |
actions(String... actions)
A list of possible actions from the view.
|
ViewInputContent.Builder |
template(String template)
The view template representing the structure of the view.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildViewInputContent.Builder template(String template)
The view template representing the structure of the view.
template - The view template representing the structure of the view.ViewInputContent.Builder actions(Collection<String> actions)
A list of possible actions from the view.
actions - A list of possible actions from the view.ViewInputContent.Builder actions(String... actions)
A list of possible actions from the view.
actions - A list of possible actions from the view.Copyright © 2023. All rights reserved.