Class AlertCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Alert,AlertCollectionRequestBuilder>
com.microsoft.graph.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 Details

    • AlertCollectionPage

      public AlertCollectionPage(@Nonnull AlertCollectionResponse response, @Nonnull AlertCollectionRequestBuilder builder)
      A collection page for Alert
      Parameters:
      response - the serialized AlertCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page