Uses of Class
odata.msgraph.client.beta.enums.SiteSecurityLevel
-
Packages that use SiteSecurityLevel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of SiteSecurityLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SiteSecurityLevel Modifier and Type Field Description protected SiteSecurityLevelWindows81GeneralConfiguration. browserIntranetSecurityLevelprotected SiteSecurityLevelWindows81GeneralConfiguration. browserTrustedSitesSecurityLevelMethods in odata.msgraph.client.beta.entity that return types with arguments of type SiteSecurityLevel Modifier and Type Method Description Optional<SiteSecurityLevel>Windows81GeneralConfiguration. getBrowserIntranetSecurityLevel()“The Intranet security level.”Optional<SiteSecurityLevel>Windows81GeneralConfiguration. getBrowserTrustedSitesSecurityLevel()“The trusted sites security level.”Methods in odata.msgraph.client.beta.entity with parameters of type SiteSecurityLevel Modifier and Type Method Description Windows81GeneralConfiguration.BuilderWindows81GeneralConfiguration.Builder. browserIntranetSecurityLevel(SiteSecurityLevel browserIntranetSecurityLevel)“The Intranet security level.”Windows81GeneralConfiguration.BuilderWindows81GeneralConfiguration.Builder. browserTrustedSitesSecurityLevel(SiteSecurityLevel browserTrustedSitesSecurityLevel)“The trusted sites security level.”Windows81GeneralConfigurationWindows81GeneralConfiguration. withBrowserIntranetSecurityLevel(SiteSecurityLevel browserIntranetSecurityLevel)Returns an immutable copy ofthiswith just thebrowserIntranetSecurityLevelfield changed.Windows81GeneralConfigurationWindows81GeneralConfiguration. withBrowserTrustedSitesSecurityLevel(SiteSecurityLevel browserTrustedSitesSecurityLevel)Returns an immutable copy ofthiswith just thebrowserTrustedSitesSecurityLevelfield changed. -
Uses of SiteSecurityLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SiteSecurityLevel Modifier and Type Method Description static SiteSecurityLevelSiteSecurityLevel. valueOf(String name)Returns 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.
-