public class WorkbookFunctionsNumberValueParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder
Fluent builder for the WorkbookFunctionsNumberValueParameterSet
|
Modifier and Type | Field and Description |
---|---|
com.google.gson.JsonElement |
decimalSeparator
The decimal Separator.
|
com.google.gson.JsonElement |
groupSeparator
The group Separator.
|
com.google.gson.JsonElement |
text
The text.
|
Modifier | Constructor and Description |
---|---|
|
WorkbookFunctionsNumberValueParameterSet()
Instiaciates a new WorkbookFunctionsNumberValueParameterSet
|
protected |
WorkbookFunctionsNumberValueParameterSet(WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsNumberValueParameterSet
|
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 WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="text", alternate="Text") @Expose @Nullable public com.google.gson.JsonElement text
@SerializedName(value="decimalSeparator", alternate="DecimalSeparator") @Expose @Nullable public com.google.gson.JsonElement decimalSeparator
@SerializedName(value="groupSeparator", alternate="GroupSeparator") @Expose @Nullable public com.google.gson.JsonElement groupSeparator
public WorkbookFunctionsNumberValueParameterSet()
protected WorkbookFunctionsNumberValueParameterSet(@Nonnull WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()