public class WorkbookTableColumn extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookTableColumn.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
index |
protected String |
name |
protected Json |
values |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookTableColumn() |
| Modifier and Type | Method and Description |
|---|---|
static WorkbookTableColumn.Builder |
builderWorkbookTableColumn()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> |
dataBodyRange() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
WorkbookFilterRequest |
getFilter() |
Optional<Integer> |
getIndex() |
Optional<String> |
getName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Json> |
getValues() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> |
headerRowRange() |
String |
odataTypeName() |
WorkbookTableColumn |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WorkbookTableColumn |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> |
range() |
String |
toString() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> |
totalRowRange() |
WorkbookTableColumn |
withIndex(Integer index) |
WorkbookTableColumn |
withName(String name) |
WorkbookTableColumn |
withValues(Json values) |
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WorkbookTableColumn.Builder builderWorkbookTableColumn()
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 WorkbookTableColumn withIndex(Integer index)
public WorkbookTableColumn withName(String name)
public WorkbookTableColumn withValues(Json values)
public WorkbookFilterRequest getFilter()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WorkbookTableColumn patch()
this with changed fields reset.public WorkbookTableColumn put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> dataBodyRange()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> headerRowRange()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> range()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> totalRowRange()
Copyright © 2018–2020. All rights reserved.