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