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 Summary
ConstructorsConstructorDescriptionHostTrackerCollectionPage
(HostTrackerCollectionResponse response, HostTrackerCollectionRequestBuilder builder) A collection page for HostTrackerHostTrackerCollectionPage
(List<HostTracker> pageContents, HostTrackerCollectionRequestBuilder 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
-
HostTrackerCollectionPage
public HostTrackerCollectionPage(@Nonnull HostTrackerCollectionResponse response, @Nonnull HostTrackerCollectionRequestBuilder builder) A collection page for HostTracker- Parameters:
response
- the serialized HostTrackerCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-