public class TodoTaskListCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TodoTaskList,TodoTaskListCollectionRequestBuilder>
Constructor and Description |
---|
TodoTaskListCollectionPage(java.util.List<TodoTaskList> pageContents,
TodoTaskListCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for TodoTaskList
|
TodoTaskListCollectionPage(TodoTaskListCollectionResponse response,
TodoTaskListCollectionRequestBuilder builder)
A collection page for TodoTaskList
|
public TodoTaskListCollectionPage(@Nonnull TodoTaskListCollectionResponse response, @Nonnull TodoTaskListCollectionRequestBuilder builder)
response
- the serialized TodoTaskListCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic TodoTaskListCollectionPage(@Nonnull java.util.List<TodoTaskList> pageContents, @Nullable TodoTaskListCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page