Class TaskProcessingResultCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TaskProcessingResult,TaskProcessingResultCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.TaskProcessingResultCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TaskProcessingResultCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<TaskProcessingResult,TaskProcessingResultCollectionRequestBuilder>
The class for the Task Processing Result Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionTaskProcessingResultCollectionPage(TaskProcessingResultCollectionResponse response, TaskProcessingResultCollectionRequestBuilder builder) A collection page for TaskProcessingResultTaskProcessingResultCollectionPage(List<TaskProcessingResult> pageContents, TaskProcessingResultCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TaskProcessingResult -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TaskProcessingResultCollectionPage
public TaskProcessingResultCollectionPage(@Nonnull TaskProcessingResultCollectionResponse response, @Nonnull TaskProcessingResultCollectionRequestBuilder builder) A collection page for TaskProcessingResult- Parameters:
response- the serialized TaskProcessingResultCollectionResponse from the servicebuilder- the request builder for the next collection page
-
TaskProcessingResultCollectionPage
public TaskProcessingResultCollectionPage(@Nonnull List<TaskProcessingResult> pageContents, @Nullable TaskProcessingResultCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TaskProcessingResult- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-