-
Returns the value of the type record component.
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.
MenuOptionDto(MenuTypeDto type,
String icon,
String label,
ComponentDto component,
GoToRouteDto destination,
String actionId,
List<MenuOptionDto> submenus,
int order,
boolean visible,
boolean selected,
boolean disabled,
boolean disabledOnClick,
String className,
Object itemData,
boolean separator)
Creates an instance of a MenuOptionDto record class.