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 Details

    • SharedInsightCollectionPage

      public SharedInsightCollectionPage(@Nonnull SharedInsightCollectionResponse response, @Nonnull SharedInsightCollectionRequestBuilder builder)
      A collection page for SharedInsight
      Parameters:
      response - the serialized SharedInsightCollectionResponse from the service
      builder - the request builder for the next collection page
    • SharedInsightCollectionPage

      public SharedInsightCollectionPage(@Nonnull List<SharedInsight> pageContents, @Nullable SharedInsightCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for SharedInsight
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page