public class WorkbookFunctionsVdbParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsVdbParameterSet.WorkbookFunctionsVdbParameterSetBuilder
Fluent builder for the WorkbookFunctionsVdbParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
cost
The cost.
|
com.google.gson.JsonElement |
endPeriod
The end Period.
|
com.google.gson.JsonElement |
factor
The factor.
|
com.google.gson.JsonElement |
life
The life.
|
com.google.gson.JsonElement |
noSwitch
The no Switch.
|
com.google.gson.JsonElement |
salvage
The salvage.
|
com.google.gson.JsonElement |
startPeriod
The start Period.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsVdbParameterSet()
Instiaciates a new WorkbookFunctionsVdbParameterSet
|
protected |
WorkbookFunctionsVdbParameterSet(WorkbookFunctionsVdbParameterSet.WorkbookFunctionsVdbParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsVdbParameterSet
|
| 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 WorkbookFunctionsVdbParameterSet.WorkbookFunctionsVdbParameterSetBuilder |
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="startPeriod",
alternate="StartPeriod")
@Expose
@Nullable
public com.google.gson.JsonElement startPeriod
@SerializedName(value="endPeriod",
alternate="EndPeriod")
@Expose
@Nullable
public com.google.gson.JsonElement endPeriod
@SerializedName(value="factor",
alternate="Factor")
@Expose
@Nullable
public com.google.gson.JsonElement factor
@SerializedName(value="noSwitch",
alternate="NoSwitch")
@Expose
@Nullable
public com.google.gson.JsonElement noSwitch
public WorkbookFunctionsVdbParameterSet()
protected WorkbookFunctionsVdbParameterSet(@Nonnull
WorkbookFunctionsVdbParameterSet.WorkbookFunctionsVdbParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsVdbParameterSet.WorkbookFunctionsVdbParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()