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