Package com.microsoft.graph.models
Class WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder
- Enclosing class:
WorkbookFunctionsRightParameterSet
public static final class WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRightParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsRightParameterSetBuilder -
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
-
WorkbookFunctionsRightParameterSetBuilder
@Nullable protected WorkbookFunctionsRightParameterSetBuilder()Instanciates a new WorkbookFunctionsRightParameterSetBuilder
-
-
Method Details
-
withText
@Nonnull public WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder 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 WorkbookFunctionsRightParameterSet.WorkbookFunctionsRightParameterSetBuilder 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
-