Class TaskReportCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TaskReport,TaskReportCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.TaskReportCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TaskReportCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TaskReport,TaskReportCollectionRequestBuilder>
The class for the Task Report Collection Page.
  • Constructor Details

    • TaskReportCollectionPage

      public TaskReportCollectionPage(@Nonnull TaskReportCollectionResponse response, @Nonnull TaskReportCollectionRequestBuilder builder)
      A collection page for TaskReport
      Parameters:
      response - the serialized TaskReportCollectionResponse from the service
      builder - the request builder for the next collection page
    • TaskReportCollectionPage

      public TaskReportCollectionPage(@Nonnull List<TaskReport> pageContents, @Nullable TaskReportCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for TaskReport
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page