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 Summary
ConstructorsConstructorDescriptionArticleCollectionWithReferencesPage(ArticleCollectionResponse response, ArticleCollectionWithReferencesRequestBuilder builder) A collection page for ArticleArticleCollectionWithReferencesPage(List<Article> pageContents, ArticleCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for Article -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ArticleCollectionWithReferencesPage
public ArticleCollectionWithReferencesPage(@Nonnull ArticleCollectionResponse response, @Nullable ArticleCollectionWithReferencesRequestBuilder builder) A collection page for Article- Parameters:
response- the serialized ArticleCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-