Uses of Class
odata.msgraph.client.beta.entity.WorkbookChart.Builder
-
Packages that use WorkbookChart.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of WorkbookChart.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WorkbookChart.Builder Modifier and Type Method Description static WorkbookChart.BuilderWorkbookChart. builderWorkbookChart()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WorkbookChart.BuilderWorkbookChart.Builder. height(Double height)WorkbookChart.BuilderWorkbookChart.Builder. id(String id)WorkbookChart.BuilderWorkbookChart.Builder. left(Double left)WorkbookChart.BuilderWorkbookChart.Builder. name(String name)WorkbookChart.BuilderWorkbookChart.Builder. top(Double top)WorkbookChart.BuilderWorkbookChart.Builder. width(Double width)
-