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 Details

    • BrowserSharedCookieCollectionPage

      public BrowserSharedCookieCollectionPage(@Nonnull BrowserSharedCookieCollectionResponse response, @Nonnull BrowserSharedCookieCollectionRequestBuilder builder)
      A collection page for BrowserSharedCookie
      Parameters:
      response - the serialized BrowserSharedCookieCollectionResponse from the service
      builder - the request builder for the next collection page
    • BrowserSharedCookieCollectionPage

      public BrowserSharedCookieCollectionPage(@Nonnull List<BrowserSharedCookie> pageContents, @Nullable BrowserSharedCookieCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for BrowserSharedCookie
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page