public class AddContentHeaderAction extends InformationProtectionAction implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AddContentHeaderAction.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 |
AddContentHeaderAction() |
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 AddContentHeaderAction withUiElementName(String uiElementName)
public AddContentHeaderAction withText(String text)
public AddContentHeaderAction withFontName(String fontName)
public AddContentHeaderAction withFontSize(Integer fontSize)
public AddContentHeaderAction withFontColor(String fontColor)
public Optional<ContentAlignment> getAlignment()
public AddContentHeaderAction withAlignment(ContentAlignment alignment)
public AddContentHeaderAction 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 AddContentHeaderAction.Builder builderAddContentHeaderAction()
public String toString()
toString in class InformationProtectionActionCopyright © 2018–2020. All rights reserved.