Package com.microsoft.graph.requests
Class AttackSimulationOperationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AttackSimulationOperation,AttackSimulationOperationCollectionRequestBuilder>
com.microsoft.graph.requests.AttackSimulationOperationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AttackSimulationOperationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AttackSimulationOperation,AttackSimulationOperationCollectionRequestBuilder>
The class for the Attack Simulation Operation Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAttackSimulationOperationCollectionPage(AttackSimulationOperationCollectionResponse response, AttackSimulationOperationCollectionRequestBuilder builder) A collection page for AttackSimulationOperationAttackSimulationOperationCollectionPage(List<AttackSimulationOperation> pageContents, AttackSimulationOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AttackSimulationOperation -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AttackSimulationOperationCollectionPage
public AttackSimulationOperationCollectionPage(@Nonnull AttackSimulationOperationCollectionResponse response, @Nonnull AttackSimulationOperationCollectionRequestBuilder builder) A collection page for AttackSimulationOperation- Parameters:
response- the serialized AttackSimulationOperationCollectionResponse from the servicebuilder- the request builder for the next collection page
-
AttackSimulationOperationCollectionPage
public AttackSimulationOperationCollectionPage(@Nonnull List<AttackSimulationOperation> pageContents, @Nullable AttackSimulationOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AttackSimulationOperation- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-