Package com.microsoft.graph.models
Class WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNumberValueParameterSet
public static final class WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNumberValueParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe decimalSeparator parameter valueprotected com.google.gson.JsonElementThe groupSeparator parameter valueprotected com.google.gson.JsonElementThe text parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsNumberValueParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDecimalSeparator(com.google.gson.JsonElement val) Sets the DecimalSeparatorwithGroupSeparator(com.google.gson.JsonElement val) Sets the GroupSeparatorwithText(com.google.gson.JsonElement val) Sets the Text
-
Field Details
-
text
@Nullable protected com.google.gson.JsonElement textThe text parameter value -
decimalSeparator
@Nullable protected com.google.gson.JsonElement decimalSeparatorThe decimalSeparator parameter value -
groupSeparator
@Nullable protected com.google.gson.JsonElement groupSeparatorThe groupSeparator parameter value
-
-
Constructor Details
-
WorkbookFunctionsNumberValueParameterSetBuilder
@Nullable protected WorkbookFunctionsNumberValueParameterSetBuilder()Instanciates a new WorkbookFunctionsNumberValueParameterSetBuilder
-
-
Method Details
-
withText
@Nonnull public WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder withText(@Nullable com.google.gson.JsonElement val) Sets the Text- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDecimalSeparator
@Nonnull public WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder withDecimalSeparator(@Nullable com.google.gson.JsonElement val) Sets the DecimalSeparator- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withGroupSeparator
@Nonnull public WorkbookFunctionsNumberValueParameterSet.WorkbookFunctionsNumberValueParameterSetBuilder withGroupSeparator(@Nullable com.google.gson.JsonElement val) Sets the GroupSeparator- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-