public class WorkbookFunctionsDbParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder
Fluent builder for the WorkbookFunctionsDbParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
cost
The cost.
|
com.google.gson.JsonElement |
life
The life.
|
com.google.gson.JsonElement |
month
The month.
|
com.google.gson.JsonElement |
period
The period.
|
com.google.gson.JsonElement |
salvage
The salvage.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsDbParameterSet()
Instiaciates a new WorkbookFunctionsDbParameterSet
|
protected |
WorkbookFunctionsDbParameterSet(WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsDbParameterSet
|
| 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 WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder |
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="month",
alternate="Month")
@Expose
@Nullable
public com.google.gson.JsonElement month
public WorkbookFunctionsDbParameterSet()
protected WorkbookFunctionsDbParameterSet(@Nonnull
WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()