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 Summary
ConstructorsConstructorDescriptionWorkflowTemplateCollectionPage(WorkflowTemplateCollectionResponse response, WorkflowTemplateCollectionRequestBuilder builder) A collection page for WorkflowTemplateWorkflowTemplateCollectionPage(List<WorkflowTemplate> pageContents, WorkflowTemplateCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkflowTemplate -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WorkflowTemplateCollectionPage
public WorkflowTemplateCollectionPage(@Nonnull WorkflowTemplateCollectionResponse response, @Nonnull WorkflowTemplateCollectionRequestBuilder builder) A collection page for WorkflowTemplate- Parameters:
response- the serialized WorkflowTemplateCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-