Package com.microsoft.graph.models
Class WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder
- Enclosing class:
WorkbookChartAddParameterSet
public static final class WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder
extends Object
Fluent builder for the WorkbookChartAddParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookChartAddParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithSeriesBy
(String val) Sets the SeriesBywithSourceData
(com.google.gson.JsonElement val) Sets the SourceDataSets the Type
-
Field Details
-
type
The type parameter value -
sourceData
@Nullable protected com.google.gson.JsonElement sourceDataThe sourceData parameter value -
seriesBy
The seriesBy parameter value
-
-
Constructor Details
-
WorkbookChartAddParameterSetBuilder
@Nullable protected WorkbookChartAddParameterSetBuilder()Instanciates a new WorkbookChartAddParameterSetBuilder
-
-
Method Details
-
withType
@Nonnull public WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder withType(@Nullable String val) Sets the Type- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSourceData
@Nonnull public WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder withSourceData(@Nullable com.google.gson.JsonElement val) Sets the SourceData- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSeriesBy
@Nonnull public WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder withSeriesBy(@Nullable String val) Sets the SeriesBy- 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
-