Class HostCookieCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<HostCookie,HostCookieCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.HostCookieCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostCookieCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<HostCookie,HostCookieCollectionWithReferencesRequestBuilder>
The class for the Host Cookie Collection With References Page.
  • Constructor Details

    • HostCookieCollectionWithReferencesPage

      public HostCookieCollectionWithReferencesPage(@Nonnull HostCookieCollectionResponse response, @Nullable HostCookieCollectionWithReferencesRequestBuilder builder)
      A collection page for HostCookie
      Parameters:
      response - the serialized HostCookieCollectionResponse from the service
      builder - the request builder for the next collection page
    • HostCookieCollectionWithReferencesPage

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