Package com.microsoft.graph.requests
Class SharedInsightCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SharedInsight,SharedInsightCollectionRequestBuilder>
com.microsoft.graph.requests.SharedInsightCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SharedInsightCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SharedInsight,SharedInsightCollectionRequestBuilder>
The class for the Shared Insight Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSharedInsightCollectionPage
(SharedInsightCollectionResponse response, SharedInsightCollectionRequestBuilder builder) A collection page for SharedInsightSharedInsightCollectionPage
(List<SharedInsight> pageContents, SharedInsightCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SharedInsight -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details