Package com.microsoft.graph.models
Class WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsSubstituteParameterSet
public static final class WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsSubstituteParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The instanceNum parameter valueprotected com.google.gson.JsonElement
The newText parameter valueprotected com.google.gson.JsonElement
The oldText parameter valueprotected com.google.gson.JsonElement
The text parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsSubstituteParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithInstanceNum
(com.google.gson.JsonElement val) Sets the InstanceNumwithNewText
(com.google.gson.JsonElement val) Sets the NewTextwithOldText
(com.google.gson.JsonElement val) Sets the OldTextwithText
(com.google.gson.JsonElement val) Sets the Text
-
Field Details
-
text
@Nullable protected com.google.gson.JsonElement textThe text parameter value -
oldText
@Nullable protected com.google.gson.JsonElement oldTextThe oldText parameter value -
newText
@Nullable protected com.google.gson.JsonElement newTextThe newText parameter value -
instanceNum
@Nullable protected com.google.gson.JsonElement instanceNumThe instanceNum parameter value
-
-
Constructor Details
-
WorkbookFunctionsSubstituteParameterSetBuilder
@Nullable protected WorkbookFunctionsSubstituteParameterSetBuilder()Instanciates a new WorkbookFunctionsSubstituteParameterSetBuilder
-
-
Method Details
-
withText
@Nonnull public WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder withText(@Nullable com.google.gson.JsonElement val) Sets the Text- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withOldText
@Nonnull public WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder withOldText(@Nullable com.google.gson.JsonElement val) Sets the OldText- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withNewText
@Nonnull public WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder withNewText(@Nullable com.google.gson.JsonElement val) Sets the NewText- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withInstanceNum
@Nonnull public WorkbookFunctionsSubstituteParameterSet.WorkbookFunctionsSubstituteParameterSetBuilder withInstanceNum(@Nullable com.google.gson.JsonElement val) Sets the InstanceNum- 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
-