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