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