Uses of Enum
com.microsoft.graph.models.InternetSiteSecurityLevel
Packages that use InternetSiteSecurityLevel
-
Uses of InternetSiteSecurityLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return InternetSiteSecurityLevelModifier and TypeMethodDescriptionstatic InternetSiteSecurityLevelWindows81GeneralConfiguration.getBrowserInternetSecurityLevel()Gets the browserInternetSecurityLevel property value.static InternetSiteSecurityLevelReturns the enum constant of this type with the specified name.static InternetSiteSecurityLevel[]InternetSiteSecurityLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type InternetSiteSecurityLevelModifier and TypeMethodDescriptionvoidWindows81GeneralConfiguration.setBrowserInternetSecurityLevel(InternetSiteSecurityLevel value) Sets the browserInternetSecurityLevel property value.