public class AddWatermark extends MarkContent implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AddWatermark.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected PageOrientation |
orientation |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
fontColor, fontSize, textcontextPath, name, odataType| Modifier | Constructor and Description |
|---|---|
protected |
AddWatermark() |
| Modifier and Type | Method and Description |
|---|---|
static AddWatermark.Builder |
builderAddWatermark()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<PageOrientation> |
getOrientation() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AddWatermark |
withOrientation(PageOrientation orientation) |
getFontColor, getFontSize, getText, withFontColor, withFontSize, withTextgetName, withNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected PageOrientation orientation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MarkContentpublic Optional<PageOrientation> getOrientation()
public AddWatermark withOrientation(PageOrientation orientation)
public 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 AddWatermark.Builder builderAddWatermark()
public String toString()
toString in class MarkContentCopyright © 2018–2020. All rights reserved.