Class GraphDefinition.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of GraphDefinition.
    • Method Detail

      • setId

        public GraphDefinition.Builder setId​(java.lang.String id)
        Identifier of graph. It can be used to differentiate multiple graph series present in GraphWidgetConfiguration.
        Parameters:
        id - New value for the property.
      • setRenderConfiguration

        public GraphDefinition.Builder setRenderConfiguration​(java.util.List<RenderConfiguration> renderConfiguration)
        Additional rendering or conditional evaluation of the field values to be performed, if any.
        Parameters:
        renderConfiguration - New value for the property.
      • setRowListField

        public GraphDefinition.Builder setRowListField​(java.lang.String rowListField)
        An expression that represents the series of the graph
        Parameters:
        rowListField - New value for the property.