Package com.microsoft.graph.models
Class WorkbookChartSetDataParameterSet.WorkbookChartSetDataParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookChartSetDataParameterSet.WorkbookChartSetDataParameterSetBuilder
- Enclosing class:
WorkbookChartSetDataParameterSet
public static final class WorkbookChartSetDataParameterSet.WorkbookChartSetDataParameterSetBuilder
extends Object
Fluent builder for the WorkbookChartSetDataParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe seriesBy parameter valueprotected com.google.gson.JsonElementThe sourceData parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookChartSetDataParameterSetBuilder -
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 SourceData
-
Field Details
-
sourceData
@Nullable protected com.google.gson.JsonElement sourceDataThe sourceData parameter value -
seriesBy
The seriesBy parameter value
-
-
Constructor Details
-
WorkbookChartSetDataParameterSetBuilder
@Nullable protected WorkbookChartSetDataParameterSetBuilder()Instanciates a new WorkbookChartSetDataParameterSetBuilder
-
-
Method Details
-
withSourceData
@Nonnull public WorkbookChartSetDataParameterSet.WorkbookChartSetDataParameterSetBuilder 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 WorkbookChartSetDataParameterSet.WorkbookChartSetDataParameterSetBuilder 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
-