Package com.microsoft.graph.models
Class WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder
- Enclosing class:
WorkbookRangeCellParameterSet
public static final class WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder
extends Object
Fluent builder for the WorkbookRangeCellParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookRangeCellParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithColumn(Integer val) Sets the ColumnSets the Row
-
Field Details
-
row
The row parameter value -
column
The column parameter value
-
-
Constructor Details
-
WorkbookRangeCellParameterSetBuilder
@Nullable protected WorkbookRangeCellParameterSetBuilder()Instanciates a new WorkbookRangeCellParameterSetBuilder
-
-
Method Details
-
withRow
@Nonnull public WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder withRow(@Nullable Integer val) Sets the Row- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withColumn
@Nonnull public WorkbookRangeCellParameterSet.WorkbookRangeCellParameterSetBuilder withColumn(@Nullable Integer val) Sets the Column- 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
-