Class TodoTaskDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<TodoTask,TodoTaskDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.TodoTaskDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TodoTaskDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<TodoTask,TodoTaskDeltaCollectionRequestBuilder>
The class for the Todo Task Delta Collection Page.
  • Constructor Details

    • TodoTaskDeltaCollectionPage

      public TodoTaskDeltaCollectionPage(@Nonnull TodoTaskDeltaCollectionResponse response, @Nonnull TodoTaskDeltaCollectionRequestBuilder builder)
      A collection page for TodoTask.
      Parameters:
      response - The serialized TodoTaskDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • TodoTaskDeltaCollectionPage

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