Package com.vmware.nsx_policy.model
Class Footer.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.Footer.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Footer
build()
Footer.Builder
setActions(java.util.List<FooterAction> actions)
Action to be performed at the footer of a widget.Footer.Builder
setCondition(java.lang.String condition)
If the condition is met then the footer will be applied.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofFooter
.
-
-
Method Detail
-
setActions
public Footer.Builder setActions(java.util.List<FooterAction> actions)
Action to be performed at the footer of a widget. An action at the footer can be simple text description or a hyperlink to a UI page. Action allows a clickable url for navigation. An example usage of footer action is provided under 'example_request' section of 'CreateWidgetConfiguration' API.- Parameters:
actions
- New value for the property.
-
setCondition
public Footer.Builder setCondition(java.lang.String condition)
If the condition is met then the footer will be applied. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API.- Parameters:
condition
- New value for the property.
-
build
public Footer build()
-
-