Package com.microsoft.graph.models
Class WorkbookRangeResizedRangeParameterSet.WorkbookRangeResizedRangeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookRangeResizedRangeParameterSet.WorkbookRangeResizedRangeParameterSetBuilder
- Enclosing class:
WorkbookRangeResizedRangeParameterSet
public static final class WorkbookRangeResizedRangeParameterSet.WorkbookRangeResizedRangeParameterSetBuilder
extends Object
Fluent builder for the WorkbookRangeResizedRangeParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookRangeResizedRangeParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithDeltaColumns
(Integer val) Sets the DeltaColumnswithDeltaRows
(Integer val) Sets the DeltaRows
-
Field Details
-
deltaRows
The deltaRows parameter value -
deltaColumns
The deltaColumns parameter value
-
-
Constructor Details
-
WorkbookRangeResizedRangeParameterSetBuilder
@Nullable protected WorkbookRangeResizedRangeParameterSetBuilder()Instanciates a new WorkbookRangeResizedRangeParameterSetBuilder
-
-
Method Details
-
withDeltaRows
@Nonnull public WorkbookRangeResizedRangeParameterSet.WorkbookRangeResizedRangeParameterSetBuilder withDeltaRows(@Nullable Integer val) Sets the DeltaRows- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withDeltaColumns
@Nonnull public WorkbookRangeResizedRangeParameterSet.WorkbookRangeResizedRangeParameterSetBuilder withDeltaColumns(@Nullable Integer val) Sets the DeltaColumns- 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
-