Package com.microsoft.graph.requests
Class AttackSimulationRootRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<AttackSimulationRoot>
com.microsoft.graph.requests.AttackSimulationRootRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class AttackSimulationRootRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<AttackSimulationRoot>
The class for the Attack Simulation Root Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionAttackSimulationRootRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the AttackSimulationRoot -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the SimulationAutomation collectionGets a request builder for the SimulationAutomation itemGets a request builder for the Simulation collectionsimulations
(String id) Gets a request builder for the Simulation itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
AttackSimulationRootRequestBuilder
public AttackSimulationRootRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the AttackSimulationRoot- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public AttackSimulationRootRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the AttackSimulationRootRequest instance
-
buildRequest
@Nonnull public AttackSimulationRootRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for this request- Returns:
- the AttackSimulationRootRequest instance
-
simulationAutomations
Gets a request builder for the SimulationAutomation collection- Returns:
- the collection request builder
-
simulationAutomations
Gets a request builder for the SimulationAutomation item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
simulations
Gets a request builder for the Simulation collection- Returns:
- the collection request builder
-
simulations
Gets a request builder for the Simulation item- Parameters:
id
- the item identifier- Returns:
- the request builder
-