Uses of Class
odata.msgraph.client.entity.WorkbookChartPoint
-
Packages that use WorkbookChartPoint Package Description odata.msgraph.client.entity odata.msgraph.client.entity.collection.request -
-
Uses of WorkbookChartPoint in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WorkbookChartPoint Modifier and Type Field Description protected List<WorkbookChartPoint>WorkbookChartSeries. pointsMethods in odata.msgraph.client.entity that return WorkbookChartPoint Modifier and Type Method Description WorkbookChartPointWorkbookChartPoint.Builder. build()WorkbookChartPointWorkbookChartPoint. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookChartPointWorkbookChartPoint. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookChartPointWorkbookChartPoint. withFormat(WorkbookChartPointFormat format)WorkbookChartPointWorkbookChartPoint. withUnmappedField(String name, Object value)WorkbookChartPointWorkbookChartPoint. withValue(Json value)Methods in odata.msgraph.client.entity with parameters of type WorkbookChartPoint Modifier and Type Method Description WorkbookChartSeries.BuilderWorkbookChartSeries.Builder. points(WorkbookChartPoint... points)Method parameters in odata.msgraph.client.entity with type arguments of type WorkbookChartPoint Modifier and Type Method Description WorkbookChartSeries.BuilderWorkbookChartSeries.Builder. points(List<WorkbookChartPoint> points)WorkbookChartSeriesWorkbookChartSeries. withPoints(List<WorkbookChartPoint> points) -
Uses of WorkbookChartPoint in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type WorkbookChartPoint Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookChartPoint>WorkbookChartPointCollectionRequest. itemAt(Integer index)
-