Package com.microsoft.graph.requests
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.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionTodoTaskListDeltaCollectionPage(TodoTaskListDeltaCollectionResponse response, TodoTaskListDeltaCollectionRequestBuilder builder) A collection page for TodoTaskList.TodoTaskListDeltaCollectionPage(List<TodoTaskList> pageContents, TodoTaskListDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TodoTaskListDelta -
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
-
TodoTaskListDeltaCollectionPage
public TodoTaskListDeltaCollectionPage(@Nonnull TodoTaskListDeltaCollectionResponse response, @Nonnull TodoTaskListDeltaCollectionRequestBuilder builder) A collection page for TodoTaskList.- Parameters:
response- The serialized TodoTaskListDeltaCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-