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