public class WorkbookChartItemAtParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookChartItemAtParameterSet.WorkbookChartItemAtParameterSetBuilder
Fluent builder for the WorkbookChartItemAtParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
index
The index.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookChartItemAtParameterSet()
Instiaciates a new WorkbookChartItemAtParameterSet
|
protected |
WorkbookChartItemAtParameterSet(WorkbookChartItemAtParameterSet.WorkbookChartItemAtParameterSetBuilder builder)
Instiaciates a new WorkbookChartItemAtParameterSet
|
| 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 WorkbookChartItemAtParameterSet.WorkbookChartItemAtParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="index",
alternate="Index")
@Expose
@Nullable
public java.lang.Integer index
public WorkbookChartItemAtParameterSet()
protected WorkbookChartItemAtParameterSet(@Nonnull
WorkbookChartItemAtParameterSet.WorkbookChartItemAtParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookChartItemAtParameterSet.WorkbookChartItemAtParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()