Package com.microsoft.graph.requests
Class SecurityReportsRootRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<SecurityReportsRoot>
com.microsoft.graph.requests.SecurityReportsRootRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class SecurityReportsRootRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<SecurityReportsRoot>
The class for the Security Reports Root Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityReportsRootRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the SecurityReportsRoot -
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 builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
SecurityReportsRootRequestBuilder
public SecurityReportsRootRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the SecurityReportsRoot- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public SecurityReportsRootRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the SecurityReportsRootRequest instance
-
buildRequest
@Nonnull public SecurityReportsRootRequest 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 SecurityReportsRootRequest instance
-
getAttackSimulationRepeatOffenders
@Nonnull public SecurityReportsRootGetAttackSimulationRepeatOffendersCollectionRequestBuilder getAttackSimulationRepeatOffenders()Gets a builder to execute the method- Returns:
- the request builder collection
-
getAttackSimulationSimulationUserCoverage
@Nonnull public SecurityReportsRootGetAttackSimulationSimulationUserCoverageCollectionRequestBuilder getAttackSimulationSimulationUserCoverage()Gets a builder to execute the method- Returns:
- the request builder collection
-
getAttackSimulationTrainingUserCoverage
@Nonnull public SecurityReportsRootGetAttackSimulationTrainingUserCoverageCollectionRequestBuilder getAttackSimulationTrainingUserCoverage()Gets a builder to execute the method- Returns:
- the request builder collection
-