Package com.microsoft.graph.models
Class WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder
- Enclosing class:
WorkbookFunctionsFindParameterSet
public static final class WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsFindParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The findText parameter valueprotected com.google.gson.JsonElement
The startNum parameter valueprotected com.google.gson.JsonElement
The withinText parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsFindParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithFindText
(com.google.gson.JsonElement val) Sets the FindTextwithStartNum
(com.google.gson.JsonElement val) Sets the StartNumwithWithinText
(com.google.gson.JsonElement val) Sets the WithinText
-
Field Details
-
findText
@Nullable protected com.google.gson.JsonElement findTextThe findText parameter value -
withinText
@Nullable protected com.google.gson.JsonElement withinTextThe withinText parameter value -
startNum
@Nullable protected com.google.gson.JsonElement startNumThe startNum parameter value
-
-
Constructor Details
-
WorkbookFunctionsFindParameterSetBuilder
@Nullable protected WorkbookFunctionsFindParameterSetBuilder()Instanciates a new WorkbookFunctionsFindParameterSetBuilder
-
-
Method Details
-
withFindText
@Nonnull public WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder withFindText(@Nullable com.google.gson.JsonElement val) Sets the FindText- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withWithinText
@Nonnull public WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder withWithinText(@Nullable com.google.gson.JsonElement val) Sets the WithinText- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withStartNum
@Nonnull public WorkbookFunctionsFindParameterSet.WorkbookFunctionsFindParameterSetBuilder withStartNum(@Nullable com.google.gson.JsonElement val) Sets the StartNum- 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
-