Class AddWatermark
- java.lang.Object
-
- odata.msgraph.client.beta.complex.LabelActionBase
-
- odata.msgraph.client.beta.complex.MarkContent
-
- odata.msgraph.client.beta.complex.AddWatermark
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AddWatermark extends MarkContent implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddWatermark.Builder
-
Field Summary
Fields Modifier and Type Field Description protected PageOrientationorientation-
Fields inherited from class odata.msgraph.client.beta.complex.MarkContent
fontColor, fontSize, text
-
Fields inherited from class odata.msgraph.client.beta.complex.LabelActionBase
contextPath, name, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAddWatermark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddWatermark.BuilderbuilderAddWatermark()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AddWatermarkwithOrientation(PageOrientation orientation)AddWatermarkwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.MarkContent
getFontColor, getFontSize, getText, withFontColor, withFontSize, withText
-
Methods inherited from class odata.msgraph.client.beta.complex.LabelActionBase
getName, withName
-
-
-
-
Field Detail
-
orientation
protected PageOrientation orientation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classMarkContent
-
getOrientation
public Optional<PageOrientation> getOrientation()
-
withOrientation
public AddWatermark withOrientation(PageOrientation orientation)
-
withUnmappedField
public AddWatermark withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classMarkContent
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classMarkContent
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classMarkContent
-
builderAddWatermark
public static AddWatermark.Builder builderAddWatermark()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classMarkContent
-
-