public static class ActionList.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ActionList.Builder |
actions(List<Action> actions)
A list of one or more Action objects.
|
ActionList |
build() |
ActionList.Builder |
copy(ActionList model) |
public ActionList.Builder actions(List<Action> actions)
A list of one or more Action objects.
actions
- the value to setpublic ActionList build()
public ActionList.Builder copy(ActionList model)
Copyright © 2016–2024. All rights reserved.