public class WorkbookSortField extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookSortField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
ascending |
protected String |
color |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
dataOption |
protected WorkbookIcon |
icon |
protected Integer |
key |
protected String |
odataType |
protected String |
sortOn |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookSortField() |
| Modifier and Type | Method and Description |
|---|---|
static WorkbookSortField.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAscending() |
Optional<String> |
getColor() |
Optional<String> |
getDataOption() |
Optional<WorkbookIcon> |
getIcon() |
Optional<Integer> |
getKey() |
Optional<String> |
getSortOn() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WorkbookSortField |
withAscending(Boolean ascending) |
WorkbookSortField |
withColor(String color) |
WorkbookSortField |
withDataOption(String dataOption) |
WorkbookSortField |
withIcon(WorkbookIcon icon) |
WorkbookSortField |
withKey(Integer key) |
WorkbookSortField |
withSortOn(String sortOn) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean ascending
protected String color
protected String dataOption
protected WorkbookIcon icon
protected Integer key
protected String sortOn
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic WorkbookSortField withAscending(Boolean ascending)
public WorkbookSortField withColor(String color)
public WorkbookSortField withDataOption(String dataOption)
public Optional<WorkbookIcon> getIcon()
public WorkbookSortField withIcon(WorkbookIcon icon)
public WorkbookSortField withKey(Integer key)
public WorkbookSortField withSortOn(String sortOn)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static WorkbookSortField.Builder builder()
Copyright © 2018–2020. All rights reserved.