Uses of Class
odata.msgraph.client.beta.entity.WorkbookChartSeries
-
Packages that use WorkbookChartSeries Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of WorkbookChartSeries in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WorkbookChartSeries Modifier and Type Method Description WorkbookChartSeriesWorkbookChartSeries.Builder. build()WorkbookChartSeriesWorkbookChartSeries. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookChartSeriesWorkbookChartSeries. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookChartSeriesWorkbookChartSeries. withName(String name)WorkbookChartSeriesWorkbookChartSeries. withUnmappedField(String name, String value) -
Uses of WorkbookChartSeries in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type WorkbookChartSeries Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookChartSeries>WorkbookChartSeriesCollectionRequest. itemAt(Integer index)
-