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