Uses of Class
com.vmware.nsx_policy.model.DropdownItem
-
Packages that use DropdownItem Package Description com.vmware.nsx_policy.model -
-
Uses of DropdownItem in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DropdownItem Modifier and Type Method Description static DropdownItemDropdownItem. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static DropdownItemDropdownItem. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DropdownItemDropdownItem.Builder. build()DropdownItemDropdownFilterWidgetConfiguration. getDropdownItem()DropdownItemTimeRangeDropdownFilterWidgetConfiguration. getDropdownItem()Methods in com.vmware.nsx_policy.model with parameters of type DropdownItem Modifier and Type Method Description DropdownFilterWidgetConfiguration.BuilderDropdownFilterWidgetConfiguration.Builder. setDropdownItem(DropdownItem dropdownItem)voidDropdownFilterWidgetConfiguration. setDropdownItem(DropdownItem dropdownItem)TimeRangeDropdownFilterWidgetConfiguration.BuilderTimeRangeDropdownFilterWidgetConfiguration.Builder. setDropdownItem(DropdownItem dropdownItem)voidTimeRangeDropdownFilterWidgetConfiguration. setDropdownItem(DropdownItem dropdownItem)
-