Uses of Enum
com.microsoft.graph.models.TitleAreaLayoutType
Packages that use TitleAreaLayoutType
-
Uses of TitleAreaLayoutType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TitleAreaLayoutTypeModifier and TypeMethodDescriptionstatic TitleAreaLayoutTypeTitleArea.getLayout()Gets the layout property value.static TitleAreaLayoutTypeReturns the enum constant of this type with the specified name.static TitleAreaLayoutType[]TitleAreaLayoutType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type TitleAreaLayoutTypeModifier and TypeMethodDescriptionvoidTitleArea.setLayout(TitleAreaLayoutType value) Sets the layout property value.