Class AlertCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Alert,AlertCollectionRequestBuilder>
com.microsoft.graph.security.requests.AlertCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AlertCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Alert,AlertCollectionRequestBuilder>
The class for the Alert Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAlertCollectionPage(AlertCollectionResponse response, AlertCollectionRequestBuilder builder) A collection page for AlertAlertCollectionPage(List<Alert> pageContents, AlertCollectionRequestBuilder 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
-
AlertCollectionPage
public AlertCollectionPage(@Nonnull AlertCollectionResponse response, @Nonnull AlertCollectionRequestBuilder builder) A collection page for Alert- Parameters:
response- the serialized AlertCollectionResponse from the servicebuilder- the request builder for the next collection page
-
AlertCollectionPage
public AlertCollectionPage(@Nonnull List<Alert> pageContents, @Nullable AlertCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Alert- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-