Package microsoft.graph.security.complex
Class AddContentFooterAction
- java.lang.Object
-
- microsoft.graph.security.complex.InformationProtectionAction
-
- microsoft.graph.security.complex.AddContentFooterAction
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AddContentFooterAction extends InformationProtectionAction implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddContentFooterAction.Builder
-
Field Summary
Fields Modifier and Type Field Description protected ContentAlignmentalignmentprotected StringfontColorprotected StringfontNameprotected IntegerfontSizeprotected Integermarginprotected Stringtextprotected StringuiElementName-
Fields inherited from class microsoft.graph.security.complex.InformationProtectionAction
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAddContentFooterAction()
-
Method Summary
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classInformationProtectionAction
-
getAlignment
public Optional<ContentAlignment> getAlignment()
-
withAlignment
public AddContentFooterAction withAlignment(ContentAlignment alignment)
-
withFontColor
public AddContentFooterAction withFontColor(String fontColor)
-
withFontName
public AddContentFooterAction withFontName(String fontName)
-
withFontSize
public AddContentFooterAction withFontSize(Integer fontSize)
-
withMargin
public AddContentFooterAction withMargin(Integer margin)
-
withText
public AddContentFooterAction withText(String text)
-
withUiElementName
public AddContentFooterAction withUiElementName(String uiElementName)
-
withUnmappedField
public AddContentFooterAction withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classInformationProtectionAction
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classInformationProtectionAction
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classInformationProtectionAction
-
builderAddContentFooterAction
public static AddContentFooterAction.Builder builderAddContentFooterAction()
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 classInformationProtectionAction
-
-