Uses of Class
odata.msgraph.client.enums.InternetSiteSecurityLevel
-
Packages that use InternetSiteSecurityLevel Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of InternetSiteSecurityLevel in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as InternetSiteSecurityLevel Modifier and Type Field Description protected InternetSiteSecurityLevelWindows81GeneralConfiguration. browserInternetSecurityLevelMethods in odata.msgraph.client.entity that return types with arguments of type InternetSiteSecurityLevel Modifier and Type Method Description Optional<InternetSiteSecurityLevel>Windows81GeneralConfiguration. getBrowserInternetSecurityLevel()“The internet security level.”Methods in odata.msgraph.client.entity with parameters of type InternetSiteSecurityLevel Modifier and Type Method Description Windows81GeneralConfiguration.BuilderWindows81GeneralConfiguration.Builder. browserInternetSecurityLevel(InternetSiteSecurityLevel browserInternetSecurityLevel)“The internet security level.”Windows81GeneralConfigurationWindows81GeneralConfiguration. withBrowserInternetSecurityLevel(InternetSiteSecurityLevel browserInternetSecurityLevel)Returns an immutable copy ofthiswith just thebrowserInternetSecurityLevelfield changed. -
Uses of InternetSiteSecurityLevel in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return InternetSiteSecurityLevel Modifier and Type Method Description static InternetSiteSecurityLevelInternetSiteSecurityLevel. valueOf(String name)Returns 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.
-