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 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 URL
      client - the service client
      requestOptions - 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
    • endUserNotifications

      @Nonnull public EndUserNotificationCollectionRequestBuilder endUserNotifications()
      Gets a request builder for the EndUserNotification collection
      Returns:
      the collection request builder
    • endUserNotifications

      @Nonnull public EndUserNotificationRequestBuilder endUserNotifications(@Nonnull String id)
      Gets a request builder for the EndUserNotification item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • landingPages

      @Nonnull public LandingPageCollectionRequestBuilder landingPages()
      Gets a request builder for the LandingPage collection
      Returns:
      the collection request builder
    • landingPages

      @Nonnull public LandingPageRequestBuilder landingPages(@Nonnull String id)
      Gets a request builder for the LandingPage item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • loginPages

      @Nonnull public LoginPageCollectionRequestBuilder loginPages()
      Gets a request builder for the LoginPage collection
      Returns:
      the collection request builder
    • loginPages

      @Nonnull public LoginPageRequestBuilder loginPages(@Nonnull String id)
      Gets a request builder for the LoginPage item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • operations

      Gets a request builder for the AttackSimulationOperation collection
      Returns:
      the collection request builder
    • operations

      @Nonnull public AttackSimulationOperationRequestBuilder operations(@Nonnull String id)
      Gets a request builder for the AttackSimulationOperation item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • payloads

      @Nonnull public PayloadCollectionRequestBuilder payloads()
      Gets a request builder for the Payload collection
      Returns:
      the collection request builder
    • payloads

      @Nonnull public PayloadRequestBuilder payloads(@Nonnull String id)
      Gets a request builder for the Payload item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • simulationAutomations

      @Nonnull public SimulationAutomationCollectionRequestBuilder simulationAutomations()
      Gets a request builder for the SimulationAutomation collection
      Returns:
      the collection request builder
    • simulationAutomations

      @Nonnull public SimulationAutomationRequestBuilder simulationAutomations(@Nonnull String id)
      Gets a request builder for the SimulationAutomation item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • simulations

      @Nonnull public SimulationCollectionRequestBuilder simulations()
      Gets a request builder for the Simulation collection
      Returns:
      the collection request builder
    • simulations

      @Nonnull public SimulationRequestBuilder simulations(@Nonnull String id)
      Gets a request builder for the Simulation item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • trainings

      @Nonnull public TrainingCollectionRequestBuilder trainings()
      Gets a request builder for the Training collection
      Returns:
      the collection request builder
    • trainings

      @Nonnull public TrainingRequestBuilder trainings(@Nonnull String id)
      Gets a request builder for the Training item
      Parameters:
      id - the item identifier
      Returns:
      the request builder