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