Package com.microsoft.graph.requests
Class SecurityRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<Security>
com.microsoft.graph.requests.SecurityRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
The class for the Security Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Security -
Method Summary
Modifier and TypeMethodDescriptionalerts()Gets a request builder for the Alert collectionGets a request builder for the Alert itemGets the request builder for AttackSimulationRootbuildRequest(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 requestOptionscases()Gets the request builder for CasesRootGets a request builder for the SecureScoreControlProfile collectionGets a request builder for the SecureScoreControlProfile itemGets a request builder for the SecureScore collectionsecureScores(String id) Gets a request builder for the SecureScore itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
SecurityRequestBuilder
public SecurityRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Security- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public SecurityRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the SecurityRequest instance
-
buildRequest
@Nonnull public SecurityRequest 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 SecurityRequest instance
-
cases
Gets the request builder for CasesRoot- Returns:
- the CasesRootRequestBuilder instance
-
attackSimulation
Gets the request builder for AttackSimulationRoot- Returns:
- the AttackSimulationRootRequestBuilder instance
-
alerts
Gets a request builder for the Alert collection- Returns:
- the collection request builder
-
alerts
Gets a request builder for the Alert item- Parameters:
id- the item identifier- Returns:
- the request builder
-
secureScoreControlProfiles
Gets a request builder for the SecureScoreControlProfile collection- Returns:
- the collection request builder
-
secureScoreControlProfiles
@Nonnull public SecureScoreControlProfileRequestBuilder secureScoreControlProfiles(@Nonnull String id) Gets a request builder for the SecureScoreControlProfile item- Parameters:
id- the item identifier- Returns:
- the request builder
-
secureScores
Gets a request builder for the SecureScore collection- Returns:
- the collection request builder
-
secureScores
Gets a request builder for the SecureScore item- Parameters:
id- the item identifier- Returns:
- the request builder
-