Package com.microsoft.graph.requests
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.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionTodoTaskDeltaCollectionPage(TodoTaskDeltaCollectionResponse response, TodoTaskDeltaCollectionRequestBuilder builder) A collection page for TodoTask.TodoTaskDeltaCollectionPage(List<TodoTask> pageContents, TodoTaskDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TodoTaskDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TodoTaskDeltaCollectionPage
public TodoTaskDeltaCollectionPage(@Nonnull TodoTaskDeltaCollectionResponse response, @Nonnull TodoTaskDeltaCollectionRequestBuilder builder) A collection page for TodoTask.- Parameters:
response- The serialized TodoTaskDeltaCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-