Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionTodoTaskListCollectionPage(TodoTaskListCollectionResponse response, TodoTaskListCollectionRequestBuilder builder) A collection page for TodoTaskListTodoTaskListCollectionPage(List<TodoTaskList> pageContents, TodoTaskListCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TodoTaskList -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TodoTaskListCollectionPage
public TodoTaskListCollectionPage(@Nonnull TodoTaskListCollectionResponse response, @Nonnull TodoTaskListCollectionRequestBuilder builder) A collection page for TodoTaskList- Parameters:
response- the serialized TodoTaskListCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-