Class TodoTaskListCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TodoTaskList,TodoTaskListCollectionRequestBuilder>
com.microsoft.graph.requests.TodoTaskListCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TodoTaskListCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TodoTaskList,TodoTaskListCollectionRequestBuilder>
The class for the Todo Task List Collection Page.
  • Constructor Details

    • TodoTaskListCollectionPage

      public TodoTaskListCollectionPage(@Nonnull TodoTaskListCollectionResponse response, @Nonnull TodoTaskListCollectionRequestBuilder builder)
      A collection page for TodoTaskList
      Parameters:
      response - the serialized TodoTaskListCollectionResponse from the service
      builder - the request builder for the next collection page
    • TodoTaskListCollectionPage

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