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 Summary
ConstructorsConstructorDescriptionArticleIndicatorCollectionPage(ArticleIndicatorCollectionResponse response, ArticleIndicatorCollectionRequestBuilder builder) A collection page for ArticleIndicatorArticleIndicatorCollectionPage(List<ArticleIndicator> pageContents, ArticleIndicatorCollectionRequestBuilder 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
-
ArticleIndicatorCollectionPage
public ArticleIndicatorCollectionPage(@Nonnull ArticleIndicatorCollectionResponse response, @Nonnull ArticleIndicatorCollectionRequestBuilder builder) A collection page for ArticleIndicator- Parameters:
response- the serialized ArticleIndicatorCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-