Uses of Class
com.vmware.nsx_policy.model.VidmInfo.Builder
-
Packages that use VidmInfo.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of VidmInfo.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return VidmInfo.Builder Modifier and Type Method Description VidmInfo.Builder
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.VidmInfo.Builder
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.VidmInfo.Builder
VidmInfo.Builder. setType(java.lang.String type)
Possible values are:VidmInfo.TYPE_USER
VidmInfo.TYPE_GROUP
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.
-