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