Package com.microsoft.graph.models
Class WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder
- Enclosing class:
WorkbookFunctionsReplaceBParameterSet
public static final class WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsReplaceBParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The newText parameter valueprotected com.google.gson.JsonElement
The numBytes parameter valueprotected com.google.gson.JsonElement
The oldText parameter valueprotected com.google.gson.JsonElement
The startNum parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsReplaceBParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNewText
(com.google.gson.JsonElement val) Sets the NewTextwithNumBytes
(com.google.gson.JsonElement val) Sets the NumByteswithOldText
(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 -
numBytes
@Nullable protected com.google.gson.JsonElement numBytesThe numBytes parameter value -
newText
@Nullable protected com.google.gson.JsonElement newTextThe newText parameter value
-
-
Constructor Details
-
WorkbookFunctionsReplaceBParameterSetBuilder
@Nullable protected WorkbookFunctionsReplaceBParameterSetBuilder()Instanciates a new WorkbookFunctionsReplaceBParameterSetBuilder
-
-
Method Details
-
withOldText
@Nonnull public WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder 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 WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder withStartNum(@Nullable com.google.gson.JsonElement val) Sets the StartNum- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withNumBytes
@Nonnull public WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder withNumBytes(@Nullable com.google.gson.JsonElement val) Sets the NumBytes- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withNewText
@Nonnull public WorkbookFunctionsReplaceBParameterSet.WorkbookFunctionsReplaceBParameterSetBuilder 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
-