Class TaskCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Task,TaskCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.TaskCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TaskCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Task,TaskCollectionRequestBuilder>
The class for the Task Collection Page.
  • Constructor Details

    • TaskCollectionPage

      public TaskCollectionPage(@Nonnull TaskCollectionResponse response, @Nonnull TaskCollectionRequestBuilder builder)
      A collection page for Task
      Parameters:
      response - the serialized TaskCollectionResponse from the service
      builder - the request builder for the next collection page
    • TaskCollectionPage

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