Uses of Class
odata.msgraph.client.beta.enums.ContentAlignment
-
Packages that use ContentAlignment Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of ContentAlignment in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ContentAlignment Modifier and Type Field Description protected ContentAlignmentAddContentFooterAction. alignmentprotected ContentAlignmentAddContentHeaderAction. alignmentMethods in odata.msgraph.client.beta.complex that return types with arguments of type ContentAlignment Modifier and Type Method Description Optional<ContentAlignment>AddContentFooterAction. getAlignment()Optional<ContentAlignment>AddContentHeaderAction. getAlignment()Methods in odata.msgraph.client.beta.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 odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.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.
-