Package com.microsoft.graph.models
Class WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder
- Enclosing class:
WorkbookChartImageParameterSet
public static final class WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder
extends Object
Fluent builder for the WorkbookChartImageParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookChartImageParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithFittingMode
(String val) Sets the FittingModewithHeight
(Integer val) Sets the HeightSets the Width
-
Field Details
-
width
The width parameter value -
height
The height parameter value -
fittingMode
The fittingMode parameter value
-
-
Constructor Details
-
WorkbookChartImageParameterSetBuilder
@Nullable protected WorkbookChartImageParameterSetBuilder()Instanciates a new WorkbookChartImageParameterSetBuilder
-
-
Method Details
-
withWidth
@Nonnull public WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder withWidth(@Nullable Integer val) Sets the Width- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withHeight
@Nonnull public WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder withHeight(@Nullable Integer val) Sets the Height- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withFittingMode
@Nonnull public WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder withFittingMode(@Nullable String val) Sets the FittingMode- 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
-