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