public static final class DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
checkInAs
The checkInAs parameter value
|
protected java.lang.String |
comment
The comment parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
DriveItemCheckinParameterSetBuilder()
Instanciates a new DriveItemCheckinParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
DriveItemCheckinParameterSet |
build()
Buils the resulting body object to be passed to the request
|
DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder |
withCheckInAs(java.lang.String val)
Sets the CheckInAs
|
DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder |
withComment(java.lang.String val)
Sets the Comment
|
@Nullable protected java.lang.String checkInAs
@Nullable protected java.lang.String comment
@Nullable protected DriveItemCheckinParameterSetBuilder()
@Nonnull public DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder withCheckInAs(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder withComment(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public DriveItemCheckinParameterSet build()