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