public static final class WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
seriesBy
The seriesBy parameter value
|
protected com.google.gson.JsonElement |
sourceData
The sourceData parameter value
|
protected java.lang.String |
type
The type parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookChartAddParameterSetBuilder()
Instanciates a new WorkbookChartAddParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookChartAddParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder |
withSeriesBy(java.lang.String val)
Sets the SeriesBy
|
WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder |
withSourceData(com.google.gson.JsonElement val)
Sets the SourceData
|
WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder |
withType(java.lang.String val)
Sets the Type
|
@Nullable protected java.lang.String type
@Nullable protected com.google.gson.JsonElement sourceData
@Nullable protected java.lang.String seriesBy
@Nullable protected WorkbookChartAddParameterSetBuilder()
@Nonnull public WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder withType(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder withSourceData(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder withSeriesBy(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public WorkbookChartAddParameterSet build()