Class WorkflowTemplateCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkflowTemplate,WorkflowTemplateCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.WorkflowTemplateCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkflowTemplateCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkflowTemplate,WorkflowTemplateCollectionRequestBuilder>
The class for the Workflow Template Collection Page.
  • Constructor Details

    • WorkflowTemplateCollectionPage

      public WorkflowTemplateCollectionPage(@Nonnull WorkflowTemplateCollectionResponse response, @Nonnull WorkflowTemplateCollectionRequestBuilder builder)
      A collection page for WorkflowTemplate
      Parameters:
      response - the serialized WorkflowTemplateCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkflowTemplateCollectionPage

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