Class HostCookieCollectionPage

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

public class HostCookieCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<HostCookie,HostCookieCollectionRequestBuilder>
The class for the Host Cookie Collection Page.
  • Constructor Details

    • HostCookieCollectionPage

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

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