Uses of Enum
com.microsoft.graph.models.PageLayoutType
Packages that use PageLayoutType
-
Uses of PageLayoutType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PageLayoutTypeModifier and TypeMethodDescriptionstatic PageLayoutTypeBaseSitePage.getPageLayout()Gets the pageLayout property value.static PageLayoutTypeReturns the enum constant of this type with the specified name.static PageLayoutType[]PageLayoutType.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 PageLayoutTypeModifier and TypeMethodDescriptionvoidBaseSitePage.setPageLayout(PageLayoutType value) Sets the pageLayout property value.