public static final class WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
cumulative
The cumulative parameter value
|
protected com.google.gson.JsonElement |
lambda
The lambda parameter value
|
protected com.google.gson.JsonElement |
x
The x parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsExpon_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsExpon_DistParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsExpon_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder |
withLambda(com.google.gson.JsonElement val)
Sets the Lambda
|
WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder |
withX(com.google.gson.JsonElement val)
Sets the X
|
@Nullable protected com.google.gson.JsonElement x
@Nullable protected com.google.gson.JsonElement lambda
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsExpon_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder withLambda(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsExpon_DistParameterSet build()