Class HostTrackerCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<HostTracker,HostTrackerCollectionRequestBuilder>
com.microsoft.graph.security.requests.HostTrackerCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostTrackerCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<HostTracker,HostTrackerCollectionRequestBuilder>
The class for the Host Tracker Collection Page.
  • Constructor Details

    • HostTrackerCollectionPage

      public HostTrackerCollectionPage(@Nonnull HostTrackerCollectionResponse response, @Nonnull HostTrackerCollectionRequestBuilder builder)
      A collection page for HostTracker
      Parameters:
      response - the serialized HostTrackerCollectionResponse from the service
      builder - the request builder for the next collection page
    • HostTrackerCollectionPage

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