public static final class DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DriveItemUploadableProperties |
item
The item parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
DriveItemCreateUploadSessionParameterSetBuilder()
Instanciates a new DriveItemCreateUploadSessionParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
DriveItemCreateUploadSessionParameterSet |
build()
Buils the resulting body object to be passed to the request
|
DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder |
withItem(DriveItemUploadableProperties val)
Sets the Item
|
@Nullable protected DriveItemUploadableProperties item
@Nullable protected DriveItemCreateUploadSessionParameterSetBuilder()
@Nonnull public DriveItemCreateUploadSessionParameterSet.DriveItemCreateUploadSessionParameterSetBuilder withItem(@Nullable DriveItemUploadableProperties val)
val - the value to set it to@Nonnull public DriveItemCreateUploadSessionParameterSet build()