Package com.microsoft.graph.models
Class WorkbookChartItemAtParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookChartItemAtParameterSet
The class for the Workbook Chart Item At Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookChartItemAtParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookChartItemAtParameterSetprotected
WorkbookChartItemAtParameterSet
(WorkbookChartItemAtParameterSet.WorkbookChartItemAtParameterSetBuilder builder) Instiaciates a new WorkbookChartItemAtParameterSet -
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
-
index
The index.
-
-
Constructor Details
-
WorkbookChartItemAtParameterSet
public WorkbookChartItemAtParameterSet()Instiaciates a new WorkbookChartItemAtParameterSet -
WorkbookChartItemAtParameterSet
protected WorkbookChartItemAtParameterSet(@Nonnull WorkbookChartItemAtParameterSet.WorkbookChartItemAtParameterSetBuilder builder) Instiaciates a new WorkbookChartItemAtParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookChartItemAtParameterSet.WorkbookChartItemAtParameterSetBuilder 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
-