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 Details

    • SimulationAutomationCollectionPage

      public SimulationAutomationCollectionPage(@Nonnull SimulationAutomationCollectionResponse response, @Nonnull SimulationAutomationCollectionRequestBuilder builder)
      A collection page for SimulationAutomation
      Parameters:
      response - the serialized SimulationAutomationCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page