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