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