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