Package com.microsoft.graph.models
Class WorkbookTableItemAtParameterSet.WorkbookTableItemAtParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookTableItemAtParameterSet.WorkbookTableItemAtParameterSetBuilder
- Enclosing class:
WorkbookTableItemAtParameterSet
public static final class WorkbookTableItemAtParameterSet.WorkbookTableItemAtParameterSetBuilder
extends Object
Fluent builder for the WorkbookTableItemAtParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookTableItemAtParameterSetBuilder -
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
-
WorkbookTableItemAtParameterSetBuilder
@Nullable protected WorkbookTableItemAtParameterSetBuilder()Instanciates a new WorkbookTableItemAtParameterSetBuilder
-
-
Method Details
-
withIndex
@Nonnull public WorkbookTableItemAtParameterSet.WorkbookTableItemAtParameterSetBuilder 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
-