public static final class GraphDefinition.Builder
extends java.lang.Object
GraphDefinition.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
GraphDefinition. |
| Modifier and Type | Method and Description |
|---|---|
GraphDefinition |
build() |
GraphDefinition.Builder |
setId(java.lang.String id)
Identifier of graph.
|
GraphDefinition.Builder |
setLabel(Label label) |
GraphDefinition.Builder |
setPointDefinition(PointDefinition pointDefinition) |
GraphDefinition.Builder |
setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)
Additional rendering or conditional evaluation of the field values to be
performed, if any.
|
GraphDefinition.Builder |
setRowListField(java.lang.String rowListField)
An expression that represents the series of the graph
|
public Builder()
GraphDefinition.public GraphDefinition.Builder setId(java.lang.String id)
id - New value for the property.public GraphDefinition.Builder setLabel(Label label)
label - New value for the property.public GraphDefinition.Builder setPointDefinition(PointDefinition pointDefinition)
pointDefinition - New value for the property.public GraphDefinition.Builder setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)
renderConfiguration - New value for the property.public GraphDefinition.Builder setRowListField(java.lang.String rowListField)
rowListField - New value for the property.public GraphDefinition build()