Uses of Class
odata.msgraph.client.entity.WorkbookChartSeriesFormat
-
Packages that use WorkbookChartSeriesFormat Package Description odata.msgraph.client.entity -
-
Uses of WorkbookChartSeriesFormat in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WorkbookChartSeriesFormat Modifier and Type Field Description protected WorkbookChartSeriesFormatWorkbookChartSeries. formatMethods in odata.msgraph.client.entity that return WorkbookChartSeriesFormat Modifier and Type Method Description WorkbookChartSeriesFormatWorkbookChartSeriesFormat.Builder. build()WorkbookChartSeriesFormatWorkbookChartSeriesFormat. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookChartSeriesFormatWorkbookChartSeriesFormat. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookChartSeriesFormatWorkbookChartSeriesFormat. withFill(WorkbookChartFill fill)WorkbookChartSeriesFormatWorkbookChartSeriesFormat. withLine(WorkbookChartLineFormat line)WorkbookChartSeriesFormatWorkbookChartSeriesFormat. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type WorkbookChartSeriesFormat Modifier and Type Method Description WorkbookChartSeries.BuilderWorkbookChartSeries.Builder. format(WorkbookChartSeriesFormat format)WorkbookChartSeriesWorkbookChartSeries. withFormat(WorkbookChartSeriesFormat format)
-