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