Package com.microsoft.graph.requests
Class SecurityRunHuntingQueryRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<HuntingQueryResults>
com.microsoft.graph.requests.SecurityRunHuntingQueryRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class SecurityRunHuntingQueryRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<HuntingQueryResults>
The class for the Security Run Hunting Query Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRunHuntingQueryRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this SecurityRunHuntingQuerySecurityRunHuntingQueryRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, SecurityRunHuntingQueryParameterSet parameters) The request builder for this SecurityRunHuntingQuery -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the SecurityRunHuntingQueryRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the SecurityRunHuntingQueryRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
SecurityRunHuntingQueryRequestBuilder
public SecurityRunHuntingQueryRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this SecurityRunHuntingQuery- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
SecurityRunHuntingQueryRequestBuilder
public SecurityRunHuntingQueryRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull SecurityRunHuntingQueryParameterSet parameters) The request builder for this SecurityRunHuntingQuery- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public SecurityRunHuntingQueryRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the SecurityRunHuntingQueryRequest- Parameters:
requestOptions- the options for the request- Returns:
- the SecurityRunHuntingQueryRequest instance
-
buildRequest
@Nonnull public SecurityRunHuntingQueryRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the SecurityRunHuntingQueryRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the SecurityRunHuntingQueryRequest instance
-