public static final class WidgetConfigurationList.Builder
extends java.lang.Object
WidgetConfigurationList.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
WidgetConfigurationList. |
| Modifier and Type | Method and Description |
|---|---|
WidgetConfigurationList |
build() |
WidgetConfigurationList.Builder |
setWidgetconfigurations(java.util.List<com.vmware.vapi.bindings.Structure> widgetconfigurations)
Array of widget configurations
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
WidgetConfigurationList.public WidgetConfigurationList.Builder setWidgetconfigurations(java.util.List<com.vmware.vapi.bindings.Structure> widgetconfigurations)
widgetconfigurations - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in WidgetConfiguration. When methods return a value of this
class as a return value, the property will contain all the properties defined in
WidgetConfiguration.public WidgetConfigurationList build()