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