Uses of Class
com.adyen.model.nexo.MenuEntryTagType
-
Packages that use MenuEntryTagType Package Description com.adyen.model.nexo -
-
Uses of MenuEntryTagType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as MenuEntryTagType Modifier and Type Field Description protected MenuEntryTagTypeMenuEntry. menuEntryTagThe Menu entry tag.Methods in com.adyen.model.nexo that return MenuEntryTagType Modifier and Type Method Description static MenuEntryTagTypeMenuEntryTagType. fromValue(String v)From value menu entry tag type.MenuEntryTagTypeMenuEntry. getMenuEntryTag()Gets the value of the menuEntryTag property.static MenuEntryTagTypeMenuEntryTagType. valueOf(String name)Returns the enum constant of this type with the specified name.static MenuEntryTagType[]MenuEntryTagType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type MenuEntryTagType Modifier and Type Method Description voidMenuEntry. setMenuEntryTag(MenuEntryTagType value)Sets the value of the menuEntryTag property.
-