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