public class WorkbookFunctionsDdbParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder
Fluent builder for the WorkbookFunctionsDdbParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
cost
The cost.
|
com.google.gson.JsonElement |
factor
The factor.
|
com.google.gson.JsonElement |
life
The life.
|
com.google.gson.JsonElement |
period
The period.
|
com.google.gson.JsonElement |
salvage
The salvage.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsDdbParameterSet()
Instiaciates a new WorkbookFunctionsDdbParameterSet
|
protected |
WorkbookFunctionsDdbParameterSet(WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsDdbParameterSet
|
| 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 WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="cost",
alternate="Cost")
@Expose
@Nullable
public com.google.gson.JsonElement cost
@SerializedName(value="salvage",
alternate="Salvage")
@Expose
@Nullable
public com.google.gson.JsonElement salvage
@SerializedName(value="life",
alternate="Life")
@Expose
@Nullable
public com.google.gson.JsonElement life
@SerializedName(value="period",
alternate="Period")
@Expose
@Nullable
public com.google.gson.JsonElement period
@SerializedName(value="factor",
alternate="Factor")
@Expose
@Nullable
public com.google.gson.JsonElement factor
public WorkbookFunctionsDdbParameterSet()
protected WorkbookFunctionsDdbParameterSet(@Nonnull
WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()