public class AddHeader extends MarkContent implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AddHeader.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Alignment |
alignment |
protected Integer |
margin |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
fontColor, fontSize, textcontextPath, name, odataType| Modifier | Constructor and Description |
|---|---|
protected |
AddHeader() |
| Modifier and Type | Method and Description |
|---|---|
static AddHeader.Builder |
builderAddHeader()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Alignment> |
getAlignment() |
Optional<Integer> |
getMargin() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AddHeader |
withAlignment(Alignment alignment) |
AddHeader |
withMargin(Integer margin) |
getFontColor, getFontSize, getText, withFontColor, withFontSize, withTextgetName, withNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Integer margin
protected Alignment alignment
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MarkContentpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MarkContentpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MarkContentpublic static AddHeader.Builder builderAddHeader()
public String toString()
toString in class MarkContentCopyright © 2018–2020. All rights reserved.