Uses of Enum
com.microsoft.graph.models.SiteSecurityLevel
Packages that use SiteSecurityLevel
-
Uses of SiteSecurityLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SiteSecurityLevelModifier and TypeMethodDescriptionstatic SiteSecurityLevelWindows81GeneralConfiguration.getBrowserIntranetSecurityLevel()Gets the browserIntranetSecurityLevel property value.Windows81GeneralConfiguration.getBrowserTrustedSitesSecurityLevel()Gets the browserTrustedSitesSecurityLevel property value.static SiteSecurityLevelReturns the enum constant of this type with the specified name.static SiteSecurityLevel[]SiteSecurityLevel.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 SiteSecurityLevelModifier and TypeMethodDescriptionvoidWindows81GeneralConfiguration.setBrowserIntranetSecurityLevel(SiteSecurityLevel value) Sets the browserIntranetSecurityLevel property value.voidWindows81GeneralConfiguration.setBrowserTrustedSitesSecurityLevel(SiteSecurityLevel value) Sets the browserTrustedSitesSecurityLevel property value.