-
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns the value of the variant record component.
AppDto(String route,
AppVariantDto variant,
String icon,
String logo,
String title,
String subtitle,
List<MenuOptionDto> menu,
int totalMenuOptions,
String homeRoute,
String appServerSideType,
String loginUrl,
String welcomeMessage,
String logoutUrl,
List<AppDescriptorDto> apps,
boolean drawerClosed,
String style,
String cssClasses,
ComponentDto home)
Creates an instance of a AppDto record class.