Package com.microsoft.graph.requests
Class BrowserSharedCookieCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<BrowserSharedCookie,BrowserSharedCookieCollectionRequestBuilder>
com.microsoft.graph.requests.BrowserSharedCookieCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class BrowserSharedCookieCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<BrowserSharedCookie,BrowserSharedCookieCollectionRequestBuilder>
The class for the Browser Shared Cookie Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionBrowserSharedCookieCollectionPage(BrowserSharedCookieCollectionResponse response, BrowserSharedCookieCollectionRequestBuilder builder) A collection page for BrowserSharedCookieBrowserSharedCookieCollectionPage(List<BrowserSharedCookie> pageContents, BrowserSharedCookieCollectionRequestBuilder nextRequestBuilder) Creates the collection page for BrowserSharedCookie -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details