Class WorkflowCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Workflow,WorkflowCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.WorkflowCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkflowCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Workflow,WorkflowCollectionRequestBuilder>
The class for the Workflow Collection Page.
  • Constructor Details

    • WorkflowCollectionPage

      public WorkflowCollectionPage(@Nonnull WorkflowCollectionResponse response, @Nonnull WorkflowCollectionRequestBuilder builder)
      A collection page for Workflow
      Parameters:
      response - the serialized WorkflowCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkflowCollectionPage

      public WorkflowCollectionPage(@Nonnull List<Workflow> pageContents, @Nullable WorkflowCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for Workflow
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page