public class WorkbookFunctionsMirrParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder
Fluent builder for the WorkbookFunctionsMirrParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
financeRate
The finance Rate.
|
com.google.gson.JsonElement |
reinvestRate
The reinvest Rate.
|
com.google.gson.JsonElement |
values
The values.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsMirrParameterSet()
Instiaciates a new WorkbookFunctionsMirrParameterSet
|
protected |
WorkbookFunctionsMirrParameterSet(WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsMirrParameterSet
|
| 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 WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="values",
alternate="Values")
@Expose
@Nullable
public com.google.gson.JsonElement values
@SerializedName(value="financeRate",
alternate="FinanceRate")
@Expose
@Nullable
public com.google.gson.JsonElement financeRate
@SerializedName(value="reinvestRate",
alternate="ReinvestRate")
@Expose
@Nullable
public com.google.gson.JsonElement reinvestRate
public WorkbookFunctionsMirrParameterSet()
protected WorkbookFunctionsMirrParameterSet(@Nonnull
WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()