Uses of Class
com.microsoft.graph.models.BrowserSharedCookie
Packages that use BrowserSharedCookie
-
Uses of BrowserSharedCookie in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BrowserSharedCookieModifier and TypeMethodDescriptionstatic BrowserSharedCookieBrowserSharedCookie.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type BrowserSharedCookieModifier and TypeMethodDescriptionBrowserSiteList.getSharedCookies()Gets the sharedCookies property value.BrowserSharedCookieCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type BrowserSharedCookieModifier and TypeMethodDescriptionvoidBrowserSiteList.setSharedCookies(List<BrowserSharedCookie> value) Sets the sharedCookies property value.voidBrowserSharedCookieCollectionResponse.setValue(List<BrowserSharedCookie> value) Sets the value property value.