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