Package com.microsoft.graph.models
Class DriveSearchParameterSet.DriveSearchParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DriveSearchParameterSet.DriveSearchParameterSetBuilder
- Enclosing class:
DriveSearchParameterSet
Fluent builder for the DriveSearchParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new DriveSearchParameterSetBuilder -
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
-
DriveSearchParameterSetBuilder
@Nullable protected DriveSearchParameterSetBuilder()Instanciates a new DriveSearchParameterSetBuilder
-
-
Method Details
-
withQ
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
-