public static final class DriveSearchParameterSet.DriveSearchParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
q
The q parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
DriveSearchParameterSetBuilder()
Instanciates a new DriveSearchParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
DriveSearchParameterSet |
build()
Buils the resulting body object to be passed to the request
|
DriveSearchParameterSet.DriveSearchParameterSetBuilder |
withQ(java.lang.String val)
Sets the Q
|
@Nullable protected DriveSearchParameterSetBuilder()
@Nonnull public DriveSearchParameterSet.DriveSearchParameterSetBuilder withQ(@Nullable java.lang.String val)
val
- the value to set it to@Nonnull public DriveSearchParameterSet build()