Class VulnerabilityCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Vulnerability,VulnerabilityCollectionRequestBuilder>
com.microsoft.graph.security.requests.VulnerabilityCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class VulnerabilityCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Vulnerability,VulnerabilityCollectionRequestBuilder>
The class for the Vulnerability Collection Page.
  • Constructor Details

    • VulnerabilityCollectionPage

      public VulnerabilityCollectionPage(@Nonnull VulnerabilityCollectionResponse response, @Nonnull VulnerabilityCollectionRequestBuilder builder)
      A collection page for Vulnerability
      Parameters:
      response - the serialized VulnerabilityCollectionResponse from the service
      builder - the request builder for the next collection page
    • VulnerabilityCollectionPage

      public VulnerabilityCollectionPage(@Nonnull List<Vulnerability> pageContents, @Nullable VulnerabilityCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for Vulnerability
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page