Uses of Enum
com.microsoft.graph.models.WebBrowserCookieSettings
Packages that use WebBrowserCookieSettings
-
Uses of WebBrowserCookieSettings in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WebBrowserCookieSettingsModifier and TypeMethodDescriptionstatic WebBrowserCookieSettingsIosGeneralDeviceConfiguration.getSafariCookieSettings()Gets the safariCookieSettings property value.AndroidGeneralDeviceConfiguration.getWebBrowserCookieSettings()Gets the webBrowserCookieSettings property value.static WebBrowserCookieSettingsReturns the enum constant of this type with the specified name.static WebBrowserCookieSettings[]WebBrowserCookieSettings.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 WebBrowserCookieSettingsModifier and TypeMethodDescriptionvoidIosGeneralDeviceConfiguration.setSafariCookieSettings(WebBrowserCookieSettings value) Sets the safariCookieSettings property value.voidAndroidGeneralDeviceConfiguration.setWebBrowserCookieSettings(WebBrowserCookieSettings value) Sets the webBrowserCookieSettings property value.