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