public class SecurityRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Security>
| Constructor and Description |
|---|
SecurityRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the Security
|
| Modifier and Type | Method and Description |
|---|---|
AlertCollectionRequestBuilder |
alerts()
Gets a request builder for the Alert collection
|
AlertRequestBuilder |
alerts(java.lang.String id)
Gets a request builder for the Alert item
|
SecurityRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
SecurityRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
SecureScoreControlProfileCollectionRequestBuilder |
secureScoreControlProfiles()
Gets a request builder for the SecureScoreControlProfile collection
|
SecureScoreControlProfileRequestBuilder |
secureScoreControlProfiles(java.lang.String id)
Gets a request builder for the SecureScoreControlProfile item
|
SecureScoreCollectionRequestBuilder |
secureScores()
Gets a request builder for the SecureScore collection
|
SecureScoreRequestBuilder |
secureScores(java.lang.String id)
Gets a request builder for the SecureScore item
|
public SecurityRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public SecurityRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public SecurityRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public AlertCollectionRequestBuilder alerts()
@Nonnull public AlertRequestBuilder alerts(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public SecureScoreControlProfileCollectionRequestBuilder secureScoreControlProfiles()
@Nonnull public SecureScoreControlProfileRequestBuilder secureScoreControlProfiles(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public SecureScoreCollectionRequestBuilder secureScores()
@Nonnull public SecureScoreRequestBuilder secureScores(@Nonnull java.lang.String id)
id - the item identifier