public static final class PointDefinition.Builder
extends java.lang.Object
PointDefinition.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PointDefinition. |
| Modifier and Type | Method and Description |
|---|---|
PointDefinition |
build() |
PointDefinition.Builder |
setDrilldownId(java.lang.String drilldownId)
Id of drilldown widget, if any.
|
PointDefinition.Builder |
setField(java.lang.String field)
An expression that represents the points of the graph
|
PointDefinition.Builder |
setNavigation(java.lang.String navigation)
Hyperlink of the specified UI page that provides details.
|
PointDefinition.Builder |
setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the point of a graph.
|
PointDefinition.Builder |
setxValue(java.lang.String xValue)
Represents the variable for the X value of points that are plotted on the graph.
|
PointDefinition.Builder |
setyValue(java.lang.String yValue)
Represents the variable for the Y value of points that are plotted on the graph.
|
public Builder()
PointDefinition.public PointDefinition.Builder setDrilldownId(java.lang.String drilldownId)
drilldownId - New value for the property.public PointDefinition.Builder setField(java.lang.String field)
field - New value for the property.public PointDefinition.Builder setNavigation(java.lang.String navigation)
navigation - New value for the property.public PointDefinition.Builder setTooltip(java.util.List<Tooltip> tooltip)
tooltip - New value for the property.public PointDefinition.Builder setxValue(java.lang.String xValue)
xValue - New value for the property.public PointDefinition.Builder setyValue(java.lang.String yValue)
yValue - New value for the property.public PointDefinition build()