Package com.microsoft.graph.models
Class WorkbookFunctionsNumberValueParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNumberValueParameterSet
The class for the Workbook Functions Number Value Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsNumberValueParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe decimal Separator.com.google.gson.JsonElementThe group Separator.com.google.gson.JsonElementThe text. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsNumberValueParameterSetprotectedWorkbookFunctionsNumberValueParameterSet(WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNumberValueParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
text
@SerializedName(value="text", alternate="Text") @Expose @Nullable public com.google.gson.JsonElement textThe text. -
decimalSeparator
@SerializedName(value="decimalSeparator", alternate="DecimalSeparator") @Expose @Nullable public com.google.gson.JsonElement decimalSeparatorThe decimal Separator. -
groupSeparator
@SerializedName(value="groupSeparator", alternate="GroupSeparator") @Expose @Nullable public com.google.gson.JsonElement groupSeparatorThe group Separator.
-
-
Constructor Details
-
WorkbookFunctionsNumberValueParameterSet
public WorkbookFunctionsNumberValueParameterSet()Instiaciates a new WorkbookFunctionsNumberValueParameterSet -
WorkbookFunctionsNumberValueParameterSet
protected WorkbookFunctionsNumberValueParameterSet(@Nonnull WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNumberValueParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-