Package com.microsoft.graph.requests
Class SimulationAutomationRunCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SimulationAutomationRun,SimulationAutomationRunCollectionRequestBuilder>
com.microsoft.graph.requests.SimulationAutomationRunCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SimulationAutomationRunCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SimulationAutomationRun,SimulationAutomationRunCollectionRequestBuilder>
The class for the Simulation Automation Run Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSimulationAutomationRunCollectionPage
(SimulationAutomationRunCollectionResponse response, SimulationAutomationRunCollectionRequestBuilder builder) A collection page for SimulationAutomationRunSimulationAutomationRunCollectionPage
(List<SimulationAutomationRun> pageContents, SimulationAutomationRunCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SimulationAutomationRun -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SimulationAutomationRunCollectionPage
public SimulationAutomationRunCollectionPage(@Nonnull SimulationAutomationRunCollectionResponse response, @Nonnull SimulationAutomationRunCollectionRequestBuilder builder) A collection page for SimulationAutomationRun- Parameters:
response
- the serialized SimulationAutomationRunCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
SimulationAutomationRunCollectionPage
public SimulationAutomationRunCollectionPage(@Nonnull List<SimulationAutomationRun> pageContents, @Nullable SimulationAutomationRunCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SimulationAutomationRun- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-