Package com.microsoft.graph.requests
Class SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AttackSimulationSimulationUserCoverage,SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionRequestBuilder>
com.microsoft.graph.requests.SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AttackSimulationSimulationUserCoverage,SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionRequestBuilder>
The class for the Security Reports Root Get Attack Simulation Simulation User Coverage Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage(SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionResponse response, SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionRequestBuilder builder) A collection page for AttackSimulationSimulationUserCoverage.SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage(List<AttackSimulationSimulationUserCoverage> pageContents, SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SecurityReportsRootGetAttackSimulationSimulationUserCoverage -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage
public SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage(@Nonnull SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionResponse response, @Nonnull SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionRequestBuilder builder) A collection page for AttackSimulationSimulationUserCoverage.- Parameters:
response- The serialized SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionResponse from the servicebuilder- The request builder for the next collection page
-
SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage
public SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionPage(@Nonnull List<AttackSimulationSimulationUserCoverage> pageContents, @Nullable SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SecurityReportsRootGetAttackSimulationSimulationUserCoverage- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-