Package com.microsoft.graph.models
Class WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder
- Enclosing class:
WorkbookFunctionsFindBParameterSet
public static final class WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsFindBParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe findText parameter valueprotected com.google.gson.JsonElementThe startNum parameter valueprotected com.google.gson.JsonElementThe withinText parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsFindBParameterSetBuilder -
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
-
WorkbookFunctionsFindBParameterSetBuilder
@Nullable protected WorkbookFunctionsFindBParameterSetBuilder()Instanciates a new WorkbookFunctionsFindBParameterSetBuilder
-
-
Method Details
-
withFindText
@Nonnull public WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder 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 WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder 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 WorkbookFunctionsFindBParameterSet.WorkbookFunctionsFindBParameterSetBuilder 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
-