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