Uses of Class
odata.msgraph.client.beta.entity.WorkbookChart
-
Packages that use WorkbookChart Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of WorkbookChart in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WorkbookChart Modifier and Type Method Description WorkbookChartWorkbookChart.Builder. build()WorkbookChartWorkbookChart. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookChartWorkbookChart. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookChartWorkbookChart. withHeight(Double height)WorkbookChartWorkbookChart. withLeft(Double left)WorkbookChartWorkbookChart. withName(String name)WorkbookChartWorkbookChart. withTop(Double top)WorkbookChartWorkbookChart. withUnmappedField(String name, String value)WorkbookChartWorkbookChart. withWidth(Double width) -
Uses of WorkbookChart in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type WorkbookChart Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookChart>WorkbookChartCollectionRequest. add(String type, Json sourceData, String seriesBy)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookChart>WorkbookChartCollectionRequest. item(String name)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookChart>WorkbookChartCollectionRequest. itemAt(Integer index)
-