Class HostComponentCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<HostComponent,HostComponentCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.HostComponentCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostComponentCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<HostComponent,HostComponentCollectionWithReferencesRequestBuilder>
The class for the Host Component Collection With References Page.
  • Constructor Details

    • HostComponentCollectionWithReferencesPage

      public HostComponentCollectionWithReferencesPage(@Nonnull HostComponentCollectionResponse response, @Nullable HostComponentCollectionWithReferencesRequestBuilder builder)
      A collection page for HostComponent
      Parameters:
      response - the serialized HostComponentCollectionResponse from the service
      builder - the request builder for the next collection page
    • HostComponentCollectionWithReferencesPage

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