Uses of Class
com.vmware.nsx_policy.model.GraphDefinition.Builder
-
Packages that use GraphDefinition.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of GraphDefinition.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return GraphDefinition.Builder Modifier and Type Method Description GraphDefinition.Builder
GraphDefinition.Builder. setId(java.lang.String id)
Identifier of graph.GraphDefinition.Builder
GraphDefinition.Builder. setLabel(Label label)
GraphDefinition.Builder
GraphDefinition.Builder. setPointDefinition(PointDefinition pointDefinition)
GraphDefinition.Builder
GraphDefinition.Builder. setRenderConfiguration(java.util.List<RenderConfiguration> renderConfiguration)
Additional rendering or conditional evaluation of the field values to be performed, if any.GraphDefinition.Builder
GraphDefinition.Builder. setRowListField(java.lang.String rowListField)
An expression that represents the series of the graph
-