Class WorkflowVersionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkflowVersion,WorkflowVersionCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.WorkflowVersionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkflowVersionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkflowVersion,WorkflowVersionCollectionRequestBuilder>
The class for the Workflow Version Collection Page.
  • Constructor Details

    • WorkflowVersionCollectionPage

      public WorkflowVersionCollectionPage(@Nonnull WorkflowVersionCollectionResponse response, @Nonnull WorkflowVersionCollectionRequestBuilder builder)
      A collection page for WorkflowVersion
      Parameters:
      response - the serialized WorkflowVersionCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkflowVersionCollectionPage

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