LayerCustomAction.Builder |
LayerCustomAction.Builder.actionOperations(Collection<LayerCustomActionOperation> actionOperations) |
A list of LayerCustomActionOperations.
|
LayerCustomAction.Builder |
LayerCustomAction.Builder.actionOperations(Consumer<LayerCustomActionOperation.Builder>... actionOperations) |
A list of LayerCustomActionOperations.
|
LayerCustomAction.Builder |
LayerCustomAction.Builder.actionOperations(LayerCustomActionOperation... actionOperations) |
A list of LayerCustomActionOperations.
|
static LayerCustomAction.Builder |
LayerCustomAction.builder() |
|
LayerCustomAction.Builder |
LayerCustomAction.Builder.customActionId(String customActionId) |
The ID of the custom action.
|
LayerCustomAction.Builder |
LayerCustomAction.Builder.name(String name) |
The name of the custom action.
|
LayerCustomAction.Builder |
LayerCustomAction.Builder.status(String status) |
The status of the LayerCustomAction.
|
LayerCustomAction.Builder |
LayerCustomAction.Builder.status(WidgetStatus status) |
The status of the LayerCustomAction.
|
LayerCustomAction.Builder |
LayerCustomAction.toBuilder() |
|
LayerCustomAction.Builder |
LayerCustomAction.Builder.trigger(String trigger) |
The trigger of the LayerCustomAction.
|
LayerCustomAction.Builder |
LayerCustomAction.Builder.trigger(LayerCustomActionTrigger trigger) |
The trigger of the LayerCustomAction.
|