public class WorkbookRangeView extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookRangeView.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Json |
cellAddresses |
protected Integer |
columnCount |
protected Json |
formulas |
protected Json |
formulasLocal |
protected Json |
formulasR1C1 |
protected Integer |
index |
protected Json |
numberFormat |
protected Integer |
rowCount |
protected Json |
text |
protected Json |
values |
protected Json |
valueTypes |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookRangeView() |
protected Json cellAddresses
protected Integer columnCount
protected Json formulas
protected Json formulasLocal
protected Json formulasR1C1
protected Integer index
protected Json numberFormat
protected Integer rowCount
protected Json text
protected Json valueTypes
protected Json values
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WorkbookRangeView.Builder builderWorkbookRangeView()
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 WorkbookRangeView withCellAddresses(Json cellAddresses)
public WorkbookRangeView withColumnCount(Integer columnCount)
public WorkbookRangeView withFormulas(Json formulas)
public WorkbookRangeView withFormulasLocal(Json formulasLocal)
public WorkbookRangeView withFormulasR1C1(Json formulasR1C1)
public WorkbookRangeView withIndex(Integer index)
public WorkbookRangeView withNumberFormat(Json numberFormat)
public WorkbookRangeView withRowCount(Integer rowCount)
public WorkbookRangeView withText(Json text)
public WorkbookRangeView withValueTypes(Json valueTypes)
public WorkbookRangeView withValues(Json values)
public WorkbookRangeViewCollectionRequest getRows()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WorkbookRangeView patch()
this with changed fields reset.public WorkbookRangeView put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<WorkbookRange> range()
Copyright © 2018–2020. All rights reserved.