ImageCustomAction.Builder |
ImageCustomAction.Builder.actionOperations(Collection<ImageCustomActionOperation> actionOperations) |
A list of ImageCustomActionOperations.
|
ImageCustomAction.Builder |
ImageCustomAction.Builder.actionOperations(Consumer<ImageCustomActionOperation.Builder>... actionOperations) |
A list of ImageCustomActionOperations.
|
ImageCustomAction.Builder |
ImageCustomAction.Builder.actionOperations(ImageCustomActionOperation... actionOperations) |
A list of ImageCustomActionOperations.
|
static ImageCustomAction.Builder |
ImageCustomAction.builder() |
|
ImageCustomAction.Builder |
ImageCustomAction.Builder.customActionId(String customActionId) |
The ID of the custom action.
|
ImageCustomAction.Builder |
ImageCustomAction.Builder.name(String name) |
The name of the custom action.
|
ImageCustomAction.Builder |
ImageCustomAction.Builder.status(String status) |
The status of the custom action.
|
ImageCustomAction.Builder |
ImageCustomAction.Builder.status(WidgetStatus status) |
The status of the custom action.
|
ImageCustomAction.Builder |
ImageCustomAction.toBuilder() |
|
ImageCustomAction.Builder |
ImageCustomAction.Builder.trigger(String trigger) |
The trigger of the VisualCustomAction.
|
ImageCustomAction.Builder |
ImageCustomAction.Builder.trigger(ImageCustomActionTrigger trigger) |
The trigger of the VisualCustomAction.
|