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