public class WorkbookChartAddParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder
Fluent builder for the WorkbookChartAddParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
seriesBy
The series By.
|
com.google.gson.JsonElement |
sourceData
The source Data.
|
java.lang.String |
type
The type.
|
Modifier | Constructor and Description |
---|---|
|
WorkbookChartAddParameterSet()
Instiaciates a new WorkbookChartAddParameterSet
|
protected |
WorkbookChartAddParameterSet(WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder builder)
Instiaciates a new WorkbookChartAddParameterSet
|
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 WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="type", alternate="Type") @Expose @Nullable public java.lang.String type
@SerializedName(value="sourceData", alternate="SourceData") @Expose @Nullable public com.google.gson.JsonElement sourceData
@SerializedName(value="seriesBy", alternate="SeriesBy") @Expose @Nullable public java.lang.String seriesBy
public WorkbookChartAddParameterSet()
protected WorkbookChartAddParameterSet(@Nonnull WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()