public class AddContentFooterAction extends InformationProtectionAction implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AddContentFooterAction.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ContentAlignment |
alignment |
protected String |
fontColor |
protected String |
fontName |
protected Integer |
fontSize |
protected Integer |
margin |
protected String |
text |
protected String |
uiElementName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
AddContentFooterAction() |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String uiElementName
protected String text
protected String fontName
protected Integer fontSize
protected String fontColor
protected ContentAlignment alignment
protected Integer margin
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class InformationProtectionActionpublic AddContentFooterAction withUiElementName(String uiElementName)
public AddContentFooterAction withText(String text)
public AddContentFooterAction withFontName(String fontName)
public AddContentFooterAction withFontSize(Integer fontSize)
public AddContentFooterAction withFontColor(String fontColor)
public Optional<ContentAlignment> getAlignment()
public AddContentFooterAction withAlignment(ContentAlignment alignment)
public AddContentFooterAction withMargin(Integer margin)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class InformationProtectionActionpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class InformationProtectionActionpublic static AddContentFooterAction.Builder builderAddContentFooterAction()
public String toString()
toString in class InformationProtectionActionCopyright © 2018–2020. All rights reserved.