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