public static final class WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
coefficients
The coefficients parameter value
|
protected com.google.gson.JsonElement |
m
The m parameter value
|
protected com.google.gson.JsonElement |
n
The n parameter value
|
protected com.google.gson.JsonElement |
x
The x parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsSeriesSumParameterSetBuilder()
Instanciates a new WorkbookFunctionsSeriesSumParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsSeriesSumParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder |
withCoefficients(com.google.gson.JsonElement val)
Sets the Coefficients
|
WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder |
withM(com.google.gson.JsonElement val)
Sets the M
|
WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder |
withN(com.google.gson.JsonElement val)
Sets the N
|
WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder |
withX(com.google.gson.JsonElement val)
Sets the X
|
@Nullable protected com.google.gson.JsonElement x
@Nullable protected com.google.gson.JsonElement n
@Nullable protected com.google.gson.JsonElement m
@Nullable protected com.google.gson.JsonElement coefficients
@Nullable protected WorkbookFunctionsSeriesSumParameterSetBuilder()
@Nonnull public WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder withN(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder withM(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder withCoefficients(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsSeriesSumParameterSet build()