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