Uses of Class
com.adyen.model.tapi.MenuEntryTag
-
Packages that use MenuEntryTag Package Description com.adyen.model.tapi -
-
Uses of MenuEntryTag in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return MenuEntryTag Modifier and Type Method Description static MenuEntryTagMenuEntryTag. fromValue(String value)MenuEntryTagMenuEntry. getMenuEntryTag()Get menuEntryTagstatic MenuEntryTagMenuEntryTag. valueOf(String name)Returns the enum constant of this type with the specified name.static MenuEntryTag[]MenuEntryTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type MenuEntryTag Modifier and Type Method Description MenuEntryMenuEntry. menuEntryTag(MenuEntryTag menuEntryTag)menuEntryTagvoidMenuEntry. setMenuEntryTag(MenuEntryTag menuEntryTag)menuEntryTag
-