Uses of Enum
com.microsoft.graph.models.BrowserSharedCookieStatus
Packages that use BrowserSharedCookieStatus
-
Uses of BrowserSharedCookieStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BrowserSharedCookieStatusModifier and TypeMethodDescriptionstatic BrowserSharedCookieStatusBrowserSharedCookie.getStatus()Gets the status property value.static BrowserSharedCookieStatusReturns the enum constant of this type with the specified name.static BrowserSharedCookieStatus[]BrowserSharedCookieStatus.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 BrowserSharedCookieStatusModifier and TypeMethodDescriptionvoidBrowserSharedCookie.setStatus(BrowserSharedCookieStatus value) Sets the status property value.