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 Summary
ConstructorsConstructorDescriptionVulnerabilityCollectionPage(VulnerabilityCollectionResponse response, VulnerabilityCollectionRequestBuilder builder) A collection page for VulnerabilityVulnerabilityCollectionPage(List<Vulnerability> pageContents, VulnerabilityCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Vulnerability -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
VulnerabilityCollectionPage
public VulnerabilityCollectionPage(@Nonnull VulnerabilityCollectionResponse response, @Nonnull VulnerabilityCollectionRequestBuilder builder) A collection page for Vulnerability- Parameters:
response- the serialized VulnerabilityCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-