public class WorkbookFunctionsZ_TestParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder
Fluent builder for the WorkbookFunctionsZ_TestParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
array
The array.
|
com.google.gson.JsonElement |
sigma
The sigma.
|
com.google.gson.JsonElement |
x
The x.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsZ_TestParameterSet()
Instiaciates a new WorkbookFunctionsZ_TestParameterSet
|
protected |
WorkbookFunctionsZ_TestParameterSet(WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsZ_TestParameterSet
|
| 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 WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="array",
alternate="Array")
@Expose
@Nullable
public com.google.gson.JsonElement array
@SerializedName(value="x",
alternate="X")
@Expose
@Nullable
public com.google.gson.JsonElement x
@SerializedName(value="sigma",
alternate="Sigma")
@Expose
@Nullable
public com.google.gson.JsonElement sigma
public WorkbookFunctionsZ_TestParameterSet()
protected WorkbookFunctionsZ_TestParameterSet(@Nonnull
WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()