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