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