public class WorkbookChartImageParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder
Fluent builder for the WorkbookChartImageParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
fittingMode
The fitting Mode.
|
java.lang.Integer |
height
The height.
|
java.lang.Integer |
width
The width.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookChartImageParameterSet()
Instiaciates a new WorkbookChartImageParameterSet
|
protected |
WorkbookChartImageParameterSet(WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder builder)
Instiaciates a new WorkbookChartImageParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="width",
alternate="Width")
@Expose
@Nullable
public java.lang.Integer width
@SerializedName(value="height",
alternate="Height")
@Expose
@Nullable
public java.lang.Integer height
@SerializedName(value="fittingMode",
alternate="FittingMode")
@Expose
@Nullable
public java.lang.String fittingMode
public WorkbookChartImageParameterSet()
protected WorkbookChartImageParameterSet(@Nonnull
WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookChartImageParameterSet.WorkbookChartImageParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()