public class WorkbookFunctionsRateParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder
Fluent builder for the WorkbookFunctionsRateParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
fv
The fv.
|
com.google.gson.JsonElement |
guess
The guess.
|
com.google.gson.JsonElement |
nper
The nper.
|
com.google.gson.JsonElement |
pmt
The pmt.
|
com.google.gson.JsonElement |
pv
The pv.
|
com.google.gson.JsonElement |
type
The type.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsRateParameterSet()
Instiaciates a new WorkbookFunctionsRateParameterSet
|
protected |
WorkbookFunctionsRateParameterSet(WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsRateParameterSet
|
| 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 WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="nper",
alternate="Nper")
@Expose
@Nullable
public com.google.gson.JsonElement nper
@SerializedName(value="pmt",
alternate="Pmt")
@Expose
@Nullable
public com.google.gson.JsonElement pmt
@SerializedName(value="pv",
alternate="Pv")
@Expose
@Nullable
public com.google.gson.JsonElement pv
@SerializedName(value="fv",
alternate="Fv")
@Expose
@Nullable
public com.google.gson.JsonElement fv
@SerializedName(value="type",
alternate="Type")
@Expose
@Nullable
public com.google.gson.JsonElement type
@SerializedName(value="guess",
alternate="Guess")
@Expose
@Nullable
public com.google.gson.JsonElement guess
public WorkbookFunctionsRateParameterSet()
protected WorkbookFunctionsRateParameterSet(@Nonnull
WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()