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