public static interface VisualCustomAction.Builder extends SdkPojo, CopyableBuilder<VisualCustomAction.Builder,VisualCustomAction>
| Modifier and Type | Method and Description |
|---|---|
VisualCustomAction.Builder |
actionOperations(Collection<VisualCustomActionOperation> actionOperations)
A list of
VisualCustomActionOperations. |
VisualCustomAction.Builder |
actionOperations(Consumer<VisualCustomActionOperation.Builder>... actionOperations)
A list of
VisualCustomActionOperations. |
VisualCustomAction.Builder |
actionOperations(VisualCustomActionOperation... actionOperations)
A list of
VisualCustomActionOperations. |
VisualCustomAction.Builder |
customActionId(String customActionId)
The ID of the
VisualCustomAction. |
VisualCustomAction.Builder |
name(String name)
The name of the
VisualCustomAction. |
VisualCustomAction.Builder |
status(String status)
The status of the
VisualCustomAction. |
VisualCustomAction.Builder |
status(WidgetStatus status)
The status of the
VisualCustomAction. |
VisualCustomAction.Builder |
trigger(String trigger)
The trigger of the
VisualCustomAction. |
VisualCustomAction.Builder |
trigger(VisualCustomActionTrigger trigger)
The trigger of the
VisualCustomAction. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVisualCustomAction.Builder customActionId(String customActionId)
The ID of the VisualCustomAction.
customActionId - The ID of the VisualCustomAction.VisualCustomAction.Builder name(String name)
The name of the VisualCustomAction.
name - The name of the VisualCustomAction.VisualCustomAction.Builder status(String status)
The status of the VisualCustomAction.
status - The status of the VisualCustomAction.WidgetStatus,
WidgetStatusVisualCustomAction.Builder status(WidgetStatus status)
The status of the VisualCustomAction.
status - The status of the VisualCustomAction.WidgetStatus,
WidgetStatusVisualCustomAction.Builder trigger(String trigger)
The trigger of the VisualCustomAction.
Valid values are defined as follows:
DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.
DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.
trigger - The trigger of the VisualCustomAction.
Valid values are defined as follows:
DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.
DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.
VisualCustomActionTrigger,
VisualCustomActionTriggerVisualCustomAction.Builder trigger(VisualCustomActionTrigger trigger)
The trigger of the VisualCustomAction.
Valid values are defined as follows:
DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.
DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.
trigger - The trigger of the VisualCustomAction.
Valid values are defined as follows:
DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.
DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.
VisualCustomActionTrigger,
VisualCustomActionTriggerVisualCustomAction.Builder actionOperations(Collection<VisualCustomActionOperation> actionOperations)
A list of VisualCustomActionOperations.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
actionOperations - A list of VisualCustomActionOperations.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
VisualCustomAction.Builder actionOperations(VisualCustomActionOperation... actionOperations)
A list of VisualCustomActionOperations.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
actionOperations - A list of VisualCustomActionOperations.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
VisualCustomAction.Builder actionOperations(Consumer<VisualCustomActionOperation.Builder>... actionOperations)
A list of VisualCustomActionOperations.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
This is a convenience method that creates an instance of theVisualCustomActionOperation.Builder avoiding the
need to create one manually via
VisualCustomActionOperation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #actionOperations(List.
actionOperations - a consumer that will call methods on
VisualCustomActionOperation.Builder#actionOperations(java.util.Collection) Copyright © 2023. All rights reserved.