Class ArticleIndicatorCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ArticleIndicator,ArticleIndicatorCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.ArticleIndicatorCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ArticleIndicatorCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<ArticleIndicator,ArticleIndicatorCollectionWithReferencesRequestBuilder>
The class for the Article Indicator Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionArticleIndicatorCollectionWithReferencesPage(ArticleIndicatorCollectionResponse response, ArticleIndicatorCollectionWithReferencesRequestBuilder builder) A collection page for ArticleIndicatorArticleIndicatorCollectionWithReferencesPage(List<ArticleIndicator> pageContents, ArticleIndicatorCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for ArticleIndicator -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ArticleIndicatorCollectionWithReferencesPage
public ArticleIndicatorCollectionWithReferencesPage(@Nonnull ArticleIndicatorCollectionResponse response, @Nullable ArticleIndicatorCollectionWithReferencesRequestBuilder builder) A collection page for ArticleIndicator- Parameters:
response- the serialized ArticleIndicatorCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ArticleIndicatorCollectionWithReferencesPage
public ArticleIndicatorCollectionWithReferencesPage(@Nonnull List<ArticleIndicator> pageContents, @Nullable ArticleIndicatorCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for ArticleIndicator- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-