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