Package com.microsoft.graph.models
Class WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder
- Enclosing class:
WorkbookFunctionsTextParameterSet
public static final class WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsTextParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The formatText parameter valueprotected com.google.gson.JsonElement
The value parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsTextParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithFormatText
(com.google.gson.JsonElement val) Sets the FormatTextwithValue
(com.google.gson.JsonElement val) Sets the Value
-
Field Details
-
value
@Nullable protected com.google.gson.JsonElement valueThe value parameter value -
formatText
@Nullable protected com.google.gson.JsonElement formatTextThe formatText parameter value
-
-
Constructor Details
-
WorkbookFunctionsTextParameterSetBuilder
@Nullable protected WorkbookFunctionsTextParameterSetBuilder()Instanciates a new WorkbookFunctionsTextParameterSetBuilder
-
-
Method Details
-
withValue
@Nonnull public WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder withValue(@Nullable com.google.gson.JsonElement val) Sets the Value- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withFormatText
@Nonnull public WorkbookFunctionsTextParameterSet.WorkbookFunctionsTextParameterSetBuilder withFormatText(@Nullable com.google.gson.JsonElement val) Sets the FormatText- 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
-