Uses of Class
odata.msgraph.client.beta.complex.SecurityVendorInformation.Builder
-
Packages that use SecurityVendorInformation.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of SecurityVendorInformation.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SecurityVendorInformation.Builder Modifier and Type Method Description static SecurityVendorInformation.BuilderSecurityVendorInformation. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).SecurityVendorInformation.BuilderSecurityVendorInformation.Builder. provider(String provider)SecurityVendorInformation.BuilderSecurityVendorInformation.Builder. providerVersion(String providerVersion)SecurityVendorInformation.BuilderSecurityVendorInformation.Builder. subProvider(String subProvider)SecurityVendorInformation.BuilderSecurityVendorInformation.Builder. vendor(String vendor)
-