Class TodoTaskListDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<TodoTaskList,TodoTaskListDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.TodoTaskListDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TodoTaskListDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<TodoTaskList,TodoTaskListDeltaCollectionRequestBuilder>
The class for the Todo Task List Delta Collection Page.
  • Constructor Details

    • TodoTaskListDeltaCollectionPage

      public TodoTaskListDeltaCollectionPage(@Nonnull TodoTaskListDeltaCollectionResponse response, @Nonnull TodoTaskListDeltaCollectionRequestBuilder builder)
      A collection page for TodoTaskList.
      Parameters:
      response - The serialized TodoTaskListDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • TodoTaskListDeltaCollectionPage

      public TodoTaskListDeltaCollectionPage(@Nonnull List<TodoTaskList> pageContents, @Nullable TodoTaskListDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for TodoTaskListDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page