Uses of Enum
com.microsoft.graph.models.LayoutTemplateType
Packages that use LayoutTemplateType
-
Uses of LayoutTemplateType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return LayoutTemplateTypeModifier and TypeMethodDescriptionstatic LayoutTemplateTypeLoginPageLayoutConfiguration.getLayoutTemplateType()Gets the layoutTemplateType property value.static LayoutTemplateTypeReturns the enum constant of this type with the specified name.static LayoutTemplateType[]LayoutTemplateType.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 LayoutTemplateTypeModifier and TypeMethodDescriptionvoidLoginPageLayoutConfiguration.setLayoutTemplateType(LayoutTemplateType value) Sets the layoutTemplateType property value.