Class HostTrackerCollectionWithReferencesPage

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

public class HostTrackerCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<HostTracker,HostTrackerCollectionWithReferencesRequestBuilder>
The class for the Host Tracker Collection With References Page.
  • Constructor Details

    • HostTrackerCollectionWithReferencesPage

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

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