Package com.microsoft.graph.models
Class WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder
- Enclosing class:
WorkbookRangeBoundingRectParameterSet
public static final class WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder
extends Object
Fluent builder for the WorkbookRangeBoundingRectParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookRangeBoundingRectParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithAnotherRange(String val) Sets the AnotherRange
-
Field Details
-
anotherRange
The anotherRange parameter value
-
-
Constructor Details
-
WorkbookRangeBoundingRectParameterSetBuilder
@Nullable protected WorkbookRangeBoundingRectParameterSetBuilder()Instanciates a new WorkbookRangeBoundingRectParameterSetBuilder
-
-
Method Details
-
withAnotherRange
@Nonnull public WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder withAnotherRange(@Nullable String val) Sets the AnotherRange- 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
-