public class AlertCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Alert,AlertCollectionRequestBuilder>
| Constructor and Description |
|---|
AlertCollectionPage(AlertCollectionResponse response,
AlertCollectionRequestBuilder builder)
A collection page for Alert
|
AlertCollectionPage(java.util.List<Alert> pageContents,
AlertCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Alert
|
public AlertCollectionPage(@Nonnull
AlertCollectionResponse response,
@Nonnull
AlertCollectionRequestBuilder builder)
response - the serialized AlertCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic AlertCollectionPage(@Nonnull
java.util.List<Alert> pageContents,
@Nullable
AlertCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page