Uses of Enum
com.microsoft.graph.models.BrowserSharedCookieSourceEnvironment
Packages that use BrowserSharedCookieSourceEnvironment
-
Uses of BrowserSharedCookieSourceEnvironment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BrowserSharedCookieSourceEnvironmentModifier and TypeMethodDescriptionBrowserSharedCookie.getSourceEnvironment()Gets the sourceEnvironment property value.BrowserSharedCookieHistory.getSourceEnvironment()Gets the sourceEnvironment property value.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.Methods in com.microsoft.graph.models with parameters of type BrowserSharedCookieSourceEnvironmentModifier and TypeMethodDescriptionvoidBrowserSharedCookie.setSourceEnvironment(BrowserSharedCookieSourceEnvironment value) Sets the sourceEnvironment property value.voidBrowserSharedCookieHistory.setSourceEnvironment(BrowserSharedCookieSourceEnvironment value) Sets the sourceEnvironment property value.