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 Details

    • TaskProcessingResultCollectionPage

      public TaskProcessingResultCollectionPage(@Nonnull TaskProcessingResultCollectionResponse response, @Nonnull TaskProcessingResultCollectionRequestBuilder builder)
      A collection page for TaskProcessingResult
      Parameters:
      response - the serialized TaskProcessingResultCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page