public static final class WorkbookRangeRowParameterSet.WorkbookRangeRowParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
row
The row parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookRangeRowParameterSetBuilder()
Instanciates a new WorkbookRangeRowParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookRangeRowParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookRangeRowParameterSet.WorkbookRangeRowParameterSetBuilder |
withRow(java.lang.Integer val)
Sets the Row
|
@Nullable protected WorkbookRangeRowParameterSetBuilder()
@Nonnull public WorkbookRangeRowParameterSet.WorkbookRangeRowParameterSetBuilder withRow(@Nullable java.lang.Integer val)
val - the value to set it to@Nonnull public WorkbookRangeRowParameterSet build()