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