Package com.vmware.nsx_policy.model
Class ViewList.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ViewList.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewList
build()
ViewList.Builder
setViews(java.util.List<View> views)
Array of views This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofViewList
.
-
-
Method Detail
-
setViews
public ViewList.Builder setViews(java.util.List<View> views)
Array of views This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
views
- New value for the property.
-
build
public ViewList build()
-
-