public class WorkbookFunctionsFixedParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder
Fluent builder for the WorkbookFunctionsFixedParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
decimals
The decimals.
|
com.google.gson.JsonElement |
noCommas
The no Commas.
|
com.google.gson.JsonElement |
number
The number.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsFixedParameterSet()
Instiaciates a new WorkbookFunctionsFixedParameterSet
|
protected |
WorkbookFunctionsFixedParameterSet(WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsFixedParameterSet
|
| 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 WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="number",
alternate="Number")
@Expose
@Nullable
public com.google.gson.JsonElement number
@SerializedName(value="decimals",
alternate="Decimals")
@Expose
@Nullable
public com.google.gson.JsonElement decimals
@SerializedName(value="noCommas",
alternate="NoCommas")
@Expose
@Nullable
public com.google.gson.JsonElement noCommas
public WorkbookFunctionsFixedParameterSet()
protected WorkbookFunctionsFixedParameterSet(@Nonnull
WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()