public class WorkbookFunctionsAtan2ParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder
Fluent builder for the WorkbookFunctionsAtan2ParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
xNum
The x Num.
|
com.google.gson.JsonElement |
yNum
The y Num.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsAtan2ParameterSet()
Instiaciates a new WorkbookFunctionsAtan2ParameterSet
|
protected |
WorkbookFunctionsAtan2ParameterSet(WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsAtan2ParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="xNum",
alternate="XNum")
@Expose
@Nullable
public com.google.gson.JsonElement xNum
@SerializedName(value="yNum",
alternate="YNum")
@Expose
@Nullable
public com.google.gson.JsonElement yNum
public WorkbookFunctionsAtan2ParameterSet()
protected WorkbookFunctionsAtan2ParameterSet(@Nonnull
WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()