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 Details

    • AlertCollectionWithReferencesPage

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