public class WorkbookChartDataLabels extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookChartDataLabels.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
position |
protected String |
separator |
protected Boolean |
showBubbleSize |
protected Boolean |
showCategoryName |
protected Boolean |
showLegendKey |
protected Boolean |
showPercentage |
protected Boolean |
showSeriesName |
protected Boolean |
showValue |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookChartDataLabels() |
protected String position
protected String separator
protected Boolean showBubbleSize
protected Boolean showCategoryName
protected Boolean showLegendKey
protected Boolean showPercentage
protected Boolean showSeriesName
protected Boolean showValue
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WorkbookChartDataLabels.Builder builderWorkbookChartDataLabels()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic WorkbookChartDataLabels withPosition(String position)
public WorkbookChartDataLabels withSeparator(String separator)
public WorkbookChartDataLabels withShowBubbleSize(Boolean showBubbleSize)
public WorkbookChartDataLabels withShowCategoryName(Boolean showCategoryName)
public WorkbookChartDataLabels withShowLegendKey(Boolean showLegendKey)
public WorkbookChartDataLabels withShowPercentage(Boolean showPercentage)
public WorkbookChartDataLabels withShowSeriesName(Boolean showSeriesName)
public WorkbookChartDataLabels withShowValue(Boolean showValue)
public WorkbookChartDataLabelFormatRequest getFormat()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WorkbookChartDataLabels patch()
this with changed fields reset.public WorkbookChartDataLabels put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.