Class HostCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Host,HostCollectionRequestBuilder>
com.microsoft.graph.security.requests.HostCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Host,HostCollectionRequestBuilder>
The class for the Host Collection Page.
  • Constructor Details

    • HostCollectionPage

      public HostCollectionPage(@Nonnull HostCollectionResponse response, @Nonnull HostCollectionRequestBuilder builder)
      A collection page for Host
      Parameters:
      response - the serialized HostCollectionResponse from the service
      builder - the request builder for the next collection page
    • HostCollectionPage

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