Class IntelligenceProfileIndicatorCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IntelligenceProfileIndicator,IntelligenceProfileIndicatorCollectionRequestBuilder>
com.microsoft.graph.security.requests.IntelligenceProfileIndicatorCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IntelligenceProfileIndicatorCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<IntelligenceProfileIndicator,IntelligenceProfileIndicatorCollectionRequestBuilder>
The class for the Intelligence Profile Indicator Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIntelligenceProfileIndicatorCollectionPage(IntelligenceProfileIndicatorCollectionResponse response, IntelligenceProfileIndicatorCollectionRequestBuilder builder) A collection page for IntelligenceProfileIndicatorIntelligenceProfileIndicatorCollectionPage(List<IntelligenceProfileIndicator> pageContents, IntelligenceProfileIndicatorCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IntelligenceProfileIndicator -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
IntelligenceProfileIndicatorCollectionPage
public IntelligenceProfileIndicatorCollectionPage(@Nonnull IntelligenceProfileIndicatorCollectionResponse response, @Nonnull IntelligenceProfileIndicatorCollectionRequestBuilder builder) A collection page for IntelligenceProfileIndicator- Parameters:
response- the serialized IntelligenceProfileIndicatorCollectionResponse from the servicebuilder- the request builder for the next collection page
-
IntelligenceProfileIndicatorCollectionPage
public IntelligenceProfileIndicatorCollectionPage(@Nonnull List<IntelligenceProfileIndicator> pageContents, @Nullable IntelligenceProfileIndicatorCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IntelligenceProfileIndicator- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-