Class HostComponentCollectionPage

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

public class HostComponentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<HostComponent,HostComponentCollectionRequestBuilder>
The class for the Host Component Collection Page.
  • Constructor Details

    • HostComponentCollectionPage

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

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