public static final class WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
endCell
The endCell parameter value
|
protected com.google.gson.JsonElement |
startCell
The startCell parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookChartSetPositionParameterSetBuilder()
Instanciates a new WorkbookChartSetPositionParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookChartSetPositionParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder |
withEndCell(com.google.gson.JsonElement val)
Sets the EndCell
|
WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder |
withStartCell(com.google.gson.JsonElement val)
Sets the StartCell
|
@Nullable protected com.google.gson.JsonElement startCell
@Nullable protected com.google.gson.JsonElement endCell
@Nullable protected WorkbookChartSetPositionParameterSetBuilder()
@Nonnull public WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder withStartCell(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder withEndCell(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookChartSetPositionParameterSet build()