Package com.vmware.nsx_policy.model
Class FooterAction.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.FooterAction.Builder
-
- Enclosing class:
- FooterAction
public static final class FooterAction.Builder extends java.lang.Object
Builder class forFooterAction
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofFooterAction
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FooterAction
build()
FooterAction.Builder
setDockToContainerFooter(java.lang.Boolean dockToContainerFooter)
If true, the footer will appear in the underlying container that holds the widget.FooterAction.Builder
setLabel(Label label)
FooterAction.Builder
setUrl(java.lang.String url)
Hyperlink to the UI page that provides details of action.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofFooterAction
.
-
-
Method Detail
-
setDockToContainerFooter
public FooterAction.Builder setDockToContainerFooter(java.lang.Boolean dockToContainerFooter)
If true, the footer will appear in the underlying container that holds the widget.- Parameters:
dockToContainerFooter
- New value for the property.
-
setLabel
public FooterAction.Builder setLabel(Label label)
- Parameters:
label
- New value for the property.
-
setUrl
public FooterAction.Builder setUrl(java.lang.String url)
Hyperlink to the UI page that provides details of action.- Parameters:
url
- New value for the property.
-
build
public FooterAction build()
-
-