public static final class WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
xNum
The xNum parameter value
|
protected com.google.gson.JsonElement |
yNum
The yNum parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsAtan2ParameterSetBuilder()
Instanciates a new WorkbookFunctionsAtan2ParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsAtan2ParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder |
withXNum(com.google.gson.JsonElement val)
Sets the XNum
|
WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder |
withYNum(com.google.gson.JsonElement val)
Sets the YNum
|
@Nullable protected com.google.gson.JsonElement xNum
@Nullable protected com.google.gson.JsonElement yNum
@Nullable protected WorkbookFunctionsAtan2ParameterSetBuilder()
@Nonnull public WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder withXNum(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder withYNum(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsAtan2ParameterSet build()