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.BuilderVidmInfo.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.BuilderVidmInfo.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.BuilderVidmInfo.Builder. setType(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.
-