Class VulnerabilityComponentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<VulnerabilityComponent,VulnerabilityComponentCollectionRequestBuilder>
com.microsoft.graph.security.requests.VulnerabilityComponentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class VulnerabilityComponentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<VulnerabilityComponent,VulnerabilityComponentCollectionRequestBuilder>
The class for the Vulnerability Component Collection Page.
  • Constructor Details

    • VulnerabilityComponentCollectionPage

      public VulnerabilityComponentCollectionPage(@Nonnull VulnerabilityComponentCollectionResponse response, @Nonnull VulnerabilityComponentCollectionRequestBuilder builder)
      A collection page for VulnerabilityComponent
      Parameters:
      response - the serialized VulnerabilityComponentCollectionResponse from the service
      builder - the request builder for the next collection page
    • VulnerabilityComponentCollectionPage

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