Package com.microsoft.graph.models
Class WorkbookFunctionsUnicodeParameterSet.WorkbookFunctionsUnicodeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsUnicodeParameterSet.WorkbookFunctionsUnicodeParameterSetBuilder
- Enclosing class:
WorkbookFunctionsUnicodeParameterSet
public static final class WorkbookFunctionsUnicodeParameterSet.WorkbookFunctionsUnicodeParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsUnicodeParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The text parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsUnicodeParameterSetBuilder -
Method Summary
-
Field Details
-
text
@Nullable protected com.google.gson.JsonElement textThe text parameter value
-
-
Constructor Details
-
WorkbookFunctionsUnicodeParameterSetBuilder
@Nullable protected WorkbookFunctionsUnicodeParameterSetBuilder()Instanciates a new WorkbookFunctionsUnicodeParameterSetBuilder
-
-
Method Details
-
withText
@Nonnull public WorkbookFunctionsUnicodeParameterSet.WorkbookFunctionsUnicodeParameterSetBuilder withText(@Nullable com.google.gson.JsonElement val) Sets the Text- 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
-