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