Class TodoTaskCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TodoTask,TodoTaskCollectionRequestBuilder>
com.microsoft.graph.requests.TodoTaskCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TodoTaskCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TodoTask,TodoTaskCollectionRequestBuilder>
The class for the Todo Task Collection Page.
  • Constructor Details

    • TodoTaskCollectionPage

      public TodoTaskCollectionPage(@Nonnull TodoTaskCollectionResponse response, @Nonnull TodoTaskCollectionRequestBuilder builder)
      A collection page for TodoTask
      Parameters:
      response - the serialized TodoTaskCollectionResponse from the service
      builder - the request builder for the next collection page
    • TodoTaskCollectionPage

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