public class AddFooter extends MarkContent implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AddFooter.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 |
AddFooter() |
| Modifier and Type | Method and Description |
|---|---|
static AddFooter.Builder |
builderAddFooter()
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() |
AddFooter |
withAlignment(Alignment alignment) |
AddFooter |
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 AddFooter.Builder builderAddFooter()
public String toString()
toString in class MarkContentCopyright © 2018–2020. All rights reserved.