public class AddWatermarkAction extends InformationProtectionAction implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AddWatermarkAction.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
fontColor |
protected String |
fontName |
protected Integer |
fontSize |
protected WatermarkLayout |
layout |
protected String |
text |
protected String |
uiElementName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
AddWatermarkAction() |
| Modifier and Type | Method and Description |
|---|---|
static AddWatermarkAction.Builder |
builderAddWatermarkAction()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getFontColor() |
Optional<String> |
getFontName() |
Optional<Integer> |
getFontSize() |
Optional<WatermarkLayout> |
getLayout() |
Optional<String> |
getText() |
Optional<String> |
getUiElementName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AddWatermarkAction |
withFontColor(String fontColor) |
AddWatermarkAction |
withFontName(String fontName) |
AddWatermarkAction |
withFontSize(Integer fontSize) |
AddWatermarkAction |
withLayout(WatermarkLayout layout) |
AddWatermarkAction |
withText(String text) |
AddWatermarkAction |
withUiElementName(String uiElementName) |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String uiElementName
protected WatermarkLayout layout
protected String text
protected String fontName
protected Integer fontSize
protected String fontColor
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class InformationProtectionActionpublic AddWatermarkAction withUiElementName(String uiElementName)
public Optional<WatermarkLayout> getLayout()
public AddWatermarkAction withLayout(WatermarkLayout layout)
public AddWatermarkAction withText(String text)
public AddWatermarkAction withFontName(String fontName)
public AddWatermarkAction withFontSize(Integer fontSize)
public AddWatermarkAction withFontColor(String fontColor)
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 AddWatermarkAction.Builder builderAddWatermarkAction()
public String toString()
toString in class InformationProtectionActionCopyright © 2018–2020. All rights reserved.