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