Class HostCollectionWithReferencesPage

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

public class HostCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<Host,HostCollectionWithReferencesRequestBuilder>
The class for the Host Collection With References Page.
  • Constructor Details

    • HostCollectionWithReferencesPage

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

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