Package com.microsoft.graph.models
Class WorkbookFunctionsLeftParameterSet.WorkbookFunctionsLeftParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsLeftParameterSet.WorkbookFunctionsLeftParameterSetBuilder
- Enclosing class:
WorkbookFunctionsLeftParameterSet
public static final class WorkbookFunctionsLeftParameterSet.WorkbookFunctionsLeftParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsLeftParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsLeftParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNumChars
(com.google.gson.JsonElement val) Sets the NumCharswithText
(com.google.gson.JsonElement val) Sets the Text
-
Field Details
-
text
@Nullable protected com.google.gson.JsonElement textThe text parameter value -
numChars
@Nullable protected com.google.gson.JsonElement numCharsThe numChars parameter value
-
-
Constructor Details
-
WorkbookFunctionsLeftParameterSetBuilder
@Nullable protected WorkbookFunctionsLeftParameterSetBuilder()Instanciates a new WorkbookFunctionsLeftParameterSetBuilder
-
-
Method Details
-
withText
@Nonnull public WorkbookFunctionsLeftParameterSet.WorkbookFunctionsLeftParameterSetBuilder withText(@Nullable com.google.gson.JsonElement val) Sets the Text- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withNumChars
@Nonnull public WorkbookFunctionsLeftParameterSet.WorkbookFunctionsLeftParameterSetBuilder withNumChars(@Nullable com.google.gson.JsonElement val) Sets the NumChars- 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
-