Package com.microsoft.graph.models
Class WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder
- Enclosing class:
WorkbookChartSetPositionParameterSet
public static final class WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder
extends Object
Fluent builder for the WorkbookChartSetPositionParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookChartSetPositionParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithEndCell
(com.google.gson.JsonElement val) Sets the EndCellwithStartCell
(com.google.gson.JsonElement val) Sets the StartCell
-
Field Details
-
startCell
@Nullable protected com.google.gson.JsonElement startCellThe startCell parameter value -
endCell
@Nullable protected com.google.gson.JsonElement endCellThe endCell parameter value
-
-
Constructor Details
-
WorkbookChartSetPositionParameterSetBuilder
@Nullable protected WorkbookChartSetPositionParameterSetBuilder()Instanciates a new WorkbookChartSetPositionParameterSetBuilder
-
-
Method Details
-
withStartCell
@Nonnull public WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder withStartCell(@Nullable com.google.gson.JsonElement val) Sets the StartCell- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withEndCell
@Nonnull public WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder withEndCell(@Nullable com.google.gson.JsonElement val) Sets the EndCell- 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
-