Package com.microsoft.graph.models
Class WorkbookWorksheetCellParameterSet.WorkbookWorksheetCellParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookWorksheetCellParameterSet.WorkbookWorksheetCellParameterSetBuilder
- Enclosing class:
WorkbookWorksheetCellParameterSet
public static final class WorkbookWorksheetCellParameterSet.WorkbookWorksheetCellParameterSetBuilder
extends Object
Fluent builder for the WorkbookWorksheetCellParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookWorksheetCellParameterSetBuilder -
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
-
WorkbookWorksheetCellParameterSetBuilder
@Nullable protected WorkbookWorksheetCellParameterSetBuilder()Instanciates a new WorkbookWorksheetCellParameterSetBuilder
-
-
Method Details
-
withRow
@Nonnull public WorkbookWorksheetCellParameterSet.WorkbookWorksheetCellParameterSetBuilder withRow(@Nullable Integer val) Sets the Row- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withColumn
@Nonnull public WorkbookWorksheetCellParameterSet.WorkbookWorksheetCellParameterSetBuilder 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
-