Class IntelligenceProfileIndicatorCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IntelligenceProfileIndicator,IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.IntelligenceProfileIndicatorCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IntelligenceProfileIndicatorCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<IntelligenceProfileIndicator,IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder>
The class for the Intelligence Profile Indicator Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIntelligenceProfileIndicatorCollectionWithReferencesPage(IntelligenceProfileIndicatorCollectionResponse response, IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder builder) A collection page for IntelligenceProfileIndicatorIntelligenceProfileIndicatorCollectionWithReferencesPage(List<IntelligenceProfileIndicator> pageContents, IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder 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
-
IntelligenceProfileIndicatorCollectionWithReferencesPage
public IntelligenceProfileIndicatorCollectionWithReferencesPage(@Nonnull IntelligenceProfileIndicatorCollectionResponse response, @Nullable IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder builder) A collection page for IntelligenceProfileIndicator- Parameters:
response- the serialized IntelligenceProfileIndicatorCollectionResponse from the servicebuilder- the request builder for the next collection page
-
IntelligenceProfileIndicatorCollectionWithReferencesPage
public IntelligenceProfileIndicatorCollectionWithReferencesPage(@Nonnull List<IntelligenceProfileIndicator> pageContents, @Nullable IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for IntelligenceProfileIndicator- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-