public static final class WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_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 |
mean
The mean parameter value
|
protected com.google.gson.JsonElement |
x
The x parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsPoisson_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsPoisson_DistParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsPoisson_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_DistParameterSetBuilder |
withMean(com.google.gson.JsonElement val)
Sets the Mean
|
WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_DistParameterSetBuilder |
withX(com.google.gson.JsonElement val)
Sets the X
|
@Nullable protected com.google.gson.JsonElement x
@Nullable protected com.google.gson.JsonElement mean
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsPoisson_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_DistParameterSetBuilder withMean(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPoisson_DistParameterSet build()