Class MarkContent
- java.lang.Object
-
- odata.msgraph.client.beta.complex.LabelActionBase
-
- odata.msgraph.client.beta.complex.MarkContent
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
AddFooter,AddHeader,AddWatermark
public class MarkContent extends LabelActionBase implements com.github.davidmoten.odata.client.ODataType
-
-
Field Summary
Fields Modifier and Type Field Description protected StringfontColorprotected LongfontSizeprotected Stringtext-
Fields inherited from class odata.msgraph.client.beta.complex.LabelActionBase
contextPath, name, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMarkContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getFontColor()Optional<Long>getFontSize()Optional<String>getText()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()MarkContentwithFontColor(String fontColor)MarkContentwithFontSize(Long fontSize)MarkContentwithText(String text)MarkContentwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.LabelActionBase
getName, withName
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classLabelActionBase
-
withFontColor
public MarkContent withFontColor(String fontColor)
-
withFontSize
public MarkContent withFontSize(Long fontSize)
-
withText
public MarkContent withText(String text)
-
withUnmappedField
public MarkContent withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classLabelActionBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classLabelActionBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classLabelActionBase
-
toString
public String toString()
- Overrides:
toStringin classLabelActionBase
-
-