Uses of Class
com.microsoft.graph.models.SecurityVendorInformation
Packages that use SecurityVendorInformation
-
Uses of SecurityVendorInformation in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SecurityVendorInformationModifier and TypeMethodDescriptionstatic SecurityVendorInformationSecurityVendorInformation.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueAlert.getVendorInformation()Gets the vendorInformation property value.SecureScore.getVendorInformation()Gets the vendorInformation property value.SecureScoreControlProfile.getVendorInformation()Gets the vendorInformation property value.Methods in com.microsoft.graph.models with parameters of type SecurityVendorInformationModifier and TypeMethodDescriptionvoidAlert.setVendorInformation(SecurityVendorInformation value) Sets the vendorInformation property value.voidSecureScore.setVendorInformation(SecurityVendorInformation value) Sets the vendorInformation property value.voidSecureScoreControlProfile.setVendorInformation(SecurityVendorInformation value) Sets the vendorInformation property value.