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