Package com.microsoft.graph.requests
Class ChecklistItemCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ChecklistItem,ChecklistItemCollectionRequestBuilder>
com.microsoft.graph.requests.ChecklistItemCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ChecklistItemCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ChecklistItem,ChecklistItemCollectionRequestBuilder>
The class for the Checklist Item Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionChecklistItemCollectionPage(ChecklistItemCollectionResponse response, ChecklistItemCollectionRequestBuilder builder) A collection page for ChecklistItemChecklistItemCollectionPage(List<ChecklistItem> pageContents, ChecklistItemCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ChecklistItem -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ChecklistItemCollectionPage
public ChecklistItemCollectionPage(@Nonnull ChecklistItemCollectionResponse response, @Nonnull ChecklistItemCollectionRequestBuilder builder) A collection page for ChecklistItem- Parameters:
response- the serialized ChecklistItemCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ChecklistItemCollectionPage
public ChecklistItemCollectionPage(@Nonnull List<ChecklistItem> pageContents, @Nullable ChecklistItemCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ChecklistItem- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-