Package com.microsoft.graph.models
Class WorkbookChartAddParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookChartAddParameterSet
The class for the Workbook Chart Add Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookChartAddParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe series By.com.google.gson.JsonElement
The source Data.The type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookChartAddParameterSetprotected
WorkbookChartAddParameterSet
(WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder builder) Instiaciates a new WorkbookChartAddParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
type
The type. -
sourceData
@SerializedName(value="sourceData", alternate="SourceData") @Expose @Nullable public com.google.gson.JsonElement sourceDataThe source Data. -
seriesBy
The series By.
-
-
Constructor Details
-
WorkbookChartAddParameterSet
public WorkbookChartAddParameterSet()Instiaciates a new WorkbookChartAddParameterSet -
WorkbookChartAddParameterSet
protected WorkbookChartAddParameterSet(@Nonnull WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder builder) Instiaciates a new WorkbookChartAddParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookChartAddParameterSet.WorkbookChartAddParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-