public class WorkbookChartSetPositionParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder
Fluent builder for the WorkbookChartSetPositionParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
endCell
The end Cell.
|
com.google.gson.JsonElement |
startCell
The start Cell.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookChartSetPositionParameterSet()
Instiaciates a new WorkbookChartSetPositionParameterSet
|
protected |
WorkbookChartSetPositionParameterSet(WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder builder)
Instiaciates a new WorkbookChartSetPositionParameterSet
|
| 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 WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="startCell",
alternate="StartCell")
@Expose
@Nullable
public com.google.gson.JsonElement startCell
@SerializedName(value="endCell",
alternate="EndCell")
@Expose
@Nullable
public com.google.gson.JsonElement endCell
public WorkbookChartSetPositionParameterSet()
protected WorkbookChartSetPositionParameterSet(@Nonnull
WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookChartSetPositionParameterSet.WorkbookChartSetPositionParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()