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