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