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