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 Summary
ConstructorsConstructorDescriptionHostTrackerCollectionWithReferencesPage(HostTrackerCollectionResponse response, HostTrackerCollectionWithReferencesRequestBuilder builder) A collection page for HostTrackerHostTrackerCollectionWithReferencesPage(List<HostTracker> pageContents, HostTrackerCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for HostTracker -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
HostTrackerCollectionWithReferencesPage
public HostTrackerCollectionWithReferencesPage(@Nonnull HostTrackerCollectionResponse response, @Nullable HostTrackerCollectionWithReferencesRequestBuilder builder) A collection page for HostTracker- Parameters:
response- the serialized HostTrackerCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-