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