Package com.microsoft.graph.models
Class WorkbookNamedItemAddFormulaLocalParameterSet.WorkbookNamedItemAddFormulaLocalParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookNamedItemAddFormulaLocalParameterSet.WorkbookNamedItemAddFormulaLocalParameterSetBuilder
- Enclosing class:
WorkbookNamedItemAddFormulaLocalParameterSet
public static final class WorkbookNamedItemAddFormulaLocalParameterSet.WorkbookNamedItemAddFormulaLocalParameterSetBuilder
extends Object
Fluent builder for the WorkbookNamedItemAddFormulaLocalParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookNamedItemAddFormulaLocalParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithComment(String val) Sets the CommentwithFormula(String val) Sets the FormulaSets the Name
-
Field Details
-
name
The name parameter value -
formula
The formula parameter value -
comment
The comment parameter value
-
-
Constructor Details
-
WorkbookNamedItemAddFormulaLocalParameterSetBuilder
@Nullable protected WorkbookNamedItemAddFormulaLocalParameterSetBuilder()Instanciates a new WorkbookNamedItemAddFormulaLocalParameterSetBuilder
-
-
Method Details
-
withName
@Nonnull public WorkbookNamedItemAddFormulaLocalParameterSet.WorkbookNamedItemAddFormulaLocalParameterSetBuilder withName(@Nullable String val) Sets the Name- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFormula
@Nonnull public WorkbookNamedItemAddFormulaLocalParameterSet.WorkbookNamedItemAddFormulaLocalParameterSetBuilder withFormula(@Nullable String val) Sets the Formula- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withComment
@Nonnull public WorkbookNamedItemAddFormulaLocalParameterSet.WorkbookNamedItemAddFormulaLocalParameterSetBuilder withComment(@Nullable String val) Sets the Comment- 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
-