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