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