| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WebBrowserCookieSettings |
IosGeneralDeviceConfiguration.safariCookieSettings |
protected WebBrowserCookieSettings |
AndroidGeneralDeviceConfiguration.webBrowserCookieSettings |
| Modifier and Type | Method and Description |
|---|---|
Optional<WebBrowserCookieSettings> |
IosGeneralDeviceConfiguration.getSafariCookieSettings()
“Cookie settings for Safari.”
|
Optional<WebBrowserCookieSettings> |
AndroidGeneralDeviceConfiguration.getWebBrowserCookieSettings()
“Cookie settings within the web browser.”
|
| Modifier and Type | Method and Description |
|---|---|
IosGeneralDeviceConfiguration.Builder |
IosGeneralDeviceConfiguration.Builder.safariCookieSettings(WebBrowserCookieSettings safariCookieSettings)
“Cookie settings for Safari.”
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.webBrowserCookieSettings(WebBrowserCookieSettings webBrowserCookieSettings)
“Cookie settings within the web browser.”
|
IosGeneralDeviceConfiguration |
IosGeneralDeviceConfiguration.withSafariCookieSettings(WebBrowserCookieSettings safariCookieSettings)
Returns an immutable copy of
this with just the safariCookieSettings field changed. |
AndroidGeneralDeviceConfiguration |
AndroidGeneralDeviceConfiguration.withWebBrowserCookieSettings(WebBrowserCookieSettings webBrowserCookieSettings)
Returns an immutable copy of
this with just the webBrowserCookieSettings field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WebBrowserCookieSettings |
WebBrowserCookieSettings.valueOf(String name)
Returns 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.
|
Copyright © 2018–2020. All rights reserved.