Uses of Class
odata.msgraph.client.enums.BrowserSharedCookieSourceEnvironment
-
Packages that use BrowserSharedCookieSourceEnvironment Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of BrowserSharedCookieSourceEnvironment in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as BrowserSharedCookieSourceEnvironment Modifier and Type Field Description protected BrowserSharedCookieSourceEnvironmentBrowserSharedCookieHistory. sourceEnvironmentMethods in odata.msgraph.client.complex that return types with arguments of type BrowserSharedCookieSourceEnvironment Modifier and Type Method Description Optional<BrowserSharedCookieSourceEnvironment>BrowserSharedCookieHistory. getSourceEnvironment()“Specifies how the cookies are shared between Microsoft Edge and Internet Explorer”Methods in odata.msgraph.client.complex with parameters of type BrowserSharedCookieSourceEnvironment Modifier and Type Method Description BrowserSharedCookieHistory.BuilderBrowserSharedCookieHistory.Builder. sourceEnvironment(BrowserSharedCookieSourceEnvironment sourceEnvironment)“Specifies how the cookies are shared between Microsoft Edge and Internet Explorer”BrowserSharedCookieHistoryBrowserSharedCookieHistory. withSourceEnvironment(BrowserSharedCookieSourceEnvironment sourceEnvironment)Returns an immutable copy ofthiswith just thesourceEnvironmentfield changed. -
Uses of BrowserSharedCookieSourceEnvironment in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as BrowserSharedCookieSourceEnvironment Modifier and Type Field Description protected BrowserSharedCookieSourceEnvironmentBrowserSharedCookie. sourceEnvironmentMethods in odata.msgraph.client.entity that return types with arguments of type BrowserSharedCookieSourceEnvironment Modifier and Type Method Description Optional<BrowserSharedCookieSourceEnvironment>BrowserSharedCookie. getSourceEnvironment()“Specifies how the cookies are shared between Microsoft Edge and Internet Explorer”Methods in odata.msgraph.client.entity with parameters of type BrowserSharedCookieSourceEnvironment Modifier and Type Method Description BrowserSharedCookie.BuilderBrowserSharedCookie.Builder. sourceEnvironment(BrowserSharedCookieSourceEnvironment sourceEnvironment)“Specifies how the cookies are shared between Microsoft Edge and Internet Explorer”BrowserSharedCookieBrowserSharedCookie. withSourceEnvironment(BrowserSharedCookieSourceEnvironment sourceEnvironment)Returns an immutable copy ofthiswith just thesourceEnvironmentfield changed. -
Uses of BrowserSharedCookieSourceEnvironment in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return BrowserSharedCookieSourceEnvironment Modifier and Type Method Description static BrowserSharedCookieSourceEnvironmentBrowserSharedCookieSourceEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static BrowserSharedCookieSourceEnvironment[]BrowserSharedCookieSourceEnvironment. values()Returns an array containing the constants of this enum type, in the order they are declared.
-