Class ArticleCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Article,ArticleCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.ArticleCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ArticleCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<Article,ArticleCollectionWithReferencesRequestBuilder>
The class for the Article Collection With References Page.
  • Constructor Details

    • ArticleCollectionWithReferencesPage

      public ArticleCollectionWithReferencesPage(@Nonnull ArticleCollectionResponse response, @Nullable ArticleCollectionWithReferencesRequestBuilder builder)
      A collection page for Article
      Parameters:
      response - the serialized ArticleCollectionResponse from the service
      builder - the request builder for the next collection page
    • ArticleCollectionWithReferencesPage

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