Uses of Class
com.vmware.nsx_policy.model.DonutSection.Builder
-
Packages that use DonutSection.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of DonutSection.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DonutSection.Builder Modifier and Type Method Description DonutSection.Builder
DonutSection.Builder. setParts(java.util.List<DonutPart> parts)
Array of portions or parts of the donut or stats chart.DonutSection.Builder
DonutSection.Builder. setRowListField(java.lang.String rowListField)
Field of the root of the api result set for forming parts.DonutSection.Builder
DonutSection.Builder. setTemplate(java.lang.Boolean template)
If true, the section will be appled as template for forming parts.
-