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 Details

    • SimulationCollectionPage

      public SimulationCollectionPage(@Nonnull SimulationCollectionResponse response, @Nonnull SimulationCollectionRequestBuilder builder)
      A collection page for Simulation
      Parameters:
      response - the serialized SimulationCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page