Package com.microsoft.graph.models
Class DriveItemSearchParameterSet.DriveItemSearchParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DriveItemSearchParameterSet.DriveItemSearchParameterSetBuilder
- Enclosing class:
DriveItemSearchParameterSet
public static final class DriveItemSearchParameterSet.DriveItemSearchParameterSetBuilder
extends Object
Fluent builder for the DriveItemSearchParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new DriveItemSearchParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the Q
-
Field Details
-
q
The q parameter value
-
-
Constructor Details
-
DriveItemSearchParameterSetBuilder
@Nullable protected DriveItemSearchParameterSetBuilder()Instanciates a new DriveItemSearchParameterSetBuilder
-
-
Method Details
-
withQ
@Nonnull public DriveItemSearchParameterSet.DriveItemSearchParameterSetBuilder withQ(@Nullable String val) Sets the Q- 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
-