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