Package com.vmware.nsx_policy.model
Class VidmInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.VidmInfo.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VidmInfobuild()VidmInfo.BuildersetDisplayName(java.lang.String displayName)User's Full Name Or User Group's Display Name This property may be present in responses from the server, but if it is present in a request to server it will be ignored.VidmInfo.BuildersetName(java.lang.String name)Username Or Groupname This property may be present in responses from the server, but if it is present in a request to server it will be ignored.VidmInfo.BuildersetType(java.lang.String type)Possible values are:VidmInfo.TYPE_USERVidmInfo.TYPE_GROUPType 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 ofVidmInfo.
-
-
Method Detail
-
setDisplayName
public VidmInfo.Builder setDisplayName(java.lang.String displayName)
User's Full Name Or User Group's Display Name 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:
displayName- New value for the property.
-
setName
public VidmInfo.Builder setName(java.lang.String name)
Username Or Groupname 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:
name- New value for the property.
-
setType
public VidmInfo.Builder setType(java.lang.String type)
Possible values are: Type 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:
type- New value for the property.
-
build
public VidmInfo build()
-
-