Package com.microsoft.graph.models
Class WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder
- Enclosing class:
WorkbookFunctionsReplaceParameterSet
public static final class WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsReplaceParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe newText parameter valueprotected com.google.gson.JsonElementThe numChars parameter valueprotected com.google.gson.JsonElementThe oldText parameter valueprotected com.google.gson.JsonElementThe startNum parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsReplaceParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNewText(com.google.gson.JsonElement val) Sets the NewTextwithNumChars(com.google.gson.JsonElement val) Sets the NumCharswithOldText(com.google.gson.JsonElement val) Sets the OldTextwithStartNum(com.google.gson.JsonElement val) Sets the StartNum
-
Field Details
-
oldText
@Nullable protected com.google.gson.JsonElement oldTextThe oldText parameter value -
startNum
@Nullable protected com.google.gson.JsonElement startNumThe startNum parameter value -
numChars
@Nullable protected com.google.gson.JsonElement numCharsThe numChars parameter value -
newText
@Nullable protected com.google.gson.JsonElement newTextThe newText parameter value
-
-
Constructor Details
-
WorkbookFunctionsReplaceParameterSetBuilder
@Nullable protected WorkbookFunctionsReplaceParameterSetBuilder()Instanciates a new WorkbookFunctionsReplaceParameterSetBuilder
-
-
Method Details
-
withOldText
@Nonnull public WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder withOldText(@Nullable com.google.gson.JsonElement val) Sets the OldText- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withStartNum
@Nonnull public WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder 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 WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder withNumChars(@Nullable com.google.gson.JsonElement val) Sets the NumChars- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNewText
@Nonnull public WorkbookFunctionsReplaceParameterSet.WorkbookFunctionsReplaceParameterSetBuilder withNewText(@Nullable com.google.gson.JsonElement val) Sets the NewText- 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
-