Uses of Class
microsoft.graph.security.enums.ContentAlignment
-
Packages that use ContentAlignment Package Description microsoft.graph.security.complex microsoft.graph.security.enums -
-
Uses of ContentAlignment in microsoft.graph.security.complex
Fields in microsoft.graph.security.complex declared as ContentAlignment Modifier and Type Field Description protected ContentAlignmentAddContentFooterAction. alignmentprotected ContentAlignmentAddContentHeaderAction. alignmentMethods in microsoft.graph.security.complex that return types with arguments of type ContentAlignment Modifier and Type Method Description Optional<ContentAlignment>AddContentFooterAction. getAlignment()Optional<ContentAlignment>AddContentHeaderAction. getAlignment()Methods in microsoft.graph.security.complex with parameters of type ContentAlignment Modifier and Type Method Description AddContentFooterAction.BuilderAddContentFooterAction.Builder. alignment(ContentAlignment alignment)AddContentHeaderAction.BuilderAddContentHeaderAction.Builder. alignment(ContentAlignment alignment)AddContentFooterActionAddContentFooterAction. withAlignment(ContentAlignment alignment)AddContentHeaderActionAddContentHeaderAction. withAlignment(ContentAlignment alignment) -
Uses of ContentAlignment in microsoft.graph.security.enums
Methods in microsoft.graph.security.enums that return ContentAlignment Modifier and Type Method Description static ContentAlignmentContentAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentAlignment[]ContentAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.
-