Class ArticleIndicatorCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ArticleIndicator,ArticleIndicatorCollectionRequestBuilder>
com.microsoft.graph.security.requests.ArticleIndicatorCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ArticleIndicatorCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ArticleIndicator,ArticleIndicatorCollectionRequestBuilder>
The class for the Article Indicator Collection Page.
  • Constructor Details

    • ArticleIndicatorCollectionPage

      public ArticleIndicatorCollectionPage(@Nonnull ArticleIndicatorCollectionResponse response, @Nonnull ArticleIndicatorCollectionRequestBuilder builder)
      A collection page for ArticleIndicator
      Parameters:
      response - the serialized ArticleIndicatorCollectionResponse from the service
      builder - the request builder for the next collection page
    • ArticleIndicatorCollectionPage

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