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