Package com.microsoft.graph.models
Class SecurityRunHuntingQueryParameterSet.SecurityRunHuntingQueryParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.SecurityRunHuntingQueryParameterSet.SecurityRunHuntingQueryParameterSetBuilder
- Enclosing class:
SecurityRunHuntingQueryParameterSet
public static final class SecurityRunHuntingQueryParameterSet.SecurityRunHuntingQueryParameterSetBuilder
extends Object
Fluent builder for the SecurityRunHuntingQueryParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new SecurityRunHuntingQueryParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the Query
-
Field Details
-
query
The query parameter value
-
-
Constructor Details
-
SecurityRunHuntingQueryParameterSetBuilder
@Nullable protected SecurityRunHuntingQueryParameterSetBuilder()Instanciates a new SecurityRunHuntingQueryParameterSetBuilder
-
-
Method Details
-
withQuery
@Nonnull public SecurityRunHuntingQueryParameterSet.SecurityRunHuntingQueryParameterSetBuilder withQuery(@Nullable String val) Sets the Query- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-