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