public class WorkbookRangeFont extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookRangeFont.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
bold |
protected String |
color |
protected Boolean |
italic |
protected String |
name |
protected Double |
size |
protected String |
underline |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookRangeFont() |
| Modifier and Type | Method and Description |
|---|---|
static WorkbookRangeFont.Builder |
builderWorkbookRangeFont()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getBold() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getColor() |
Optional<Boolean> |
getItalic() |
Optional<String> |
getName() |
Optional<Double> |
getSize() |
Optional<String> |
getUnderline() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WorkbookRangeFont |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WorkbookRangeFont |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WorkbookRangeFont |
withBold(Boolean bold) |
WorkbookRangeFont |
withColor(String color) |
WorkbookRangeFont |
withItalic(Boolean italic) |
WorkbookRangeFont |
withName(String name) |
WorkbookRangeFont |
withSize(Double size) |
WorkbookRangeFont |
withUnderline(String underline) |
protected Boolean bold
protected String color
protected Boolean italic
protected String name
protected Double size
protected String underline
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WorkbookRangeFont.Builder builderWorkbookRangeFont()
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 WorkbookRangeFont withBold(Boolean bold)
public WorkbookRangeFont withColor(String color)
public WorkbookRangeFont withItalic(Boolean italic)
public WorkbookRangeFont withName(String name)
public WorkbookRangeFont withSize(Double size)
public WorkbookRangeFont withUnderline(String underline)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WorkbookRangeFont patch()
this with changed fields reset.public WorkbookRangeFont put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.