Package com.microsoft.graph.models
Class WorkbookRangeRowParameterSet.WorkbookRangeRowParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookRangeRowParameterSet.WorkbookRangeRowParameterSetBuilder
- Enclosing class:
WorkbookRangeRowParameterSet
public static final class WorkbookRangeRowParameterSet.WorkbookRangeRowParameterSetBuilder
extends Object
Fluent builder for the WorkbookRangeRowParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookRangeRowParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the Row
-
Field Details
-
row
The row parameter value
-
-
Constructor Details
-
WorkbookRangeRowParameterSetBuilder
@Nullable protected WorkbookRangeRowParameterSetBuilder()Instanciates a new WorkbookRangeRowParameterSetBuilder
-
-
Method Details
-
withRow
@Nonnull public WorkbookRangeRowParameterSet.WorkbookRangeRowParameterSetBuilder withRow(@Nullable Integer val) Sets the Row- 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
-