Uses of Class
com.adyen.model.tapi.LoyaltyAccountID.EntryModeEnum
-
Packages that use LoyaltyAccountID.EntryModeEnum Package Description com.adyen.model.tapi -
-
Uses of LoyaltyAccountID.EntryModeEnum in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return LoyaltyAccountID.EntryModeEnum Modifier and Type Method Description static LoyaltyAccountID.EntryModeEnumLoyaltyAccountID.EntryModeEnum. fromValue(String value)static LoyaltyAccountID.EntryModeEnumLoyaltyAccountID.EntryModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LoyaltyAccountID.EntryModeEnum[]LoyaltyAccountID.EntryModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi that return types with arguments of type LoyaltyAccountID.EntryModeEnum Modifier and Type Method Description List<LoyaltyAccountID.EntryModeEnum>LoyaltyAccountID. getEntryMode()Get entryModeMethods in com.adyen.model.tapi with parameters of type LoyaltyAccountID.EntryModeEnum Modifier and Type Method Description LoyaltyAccountIDLoyaltyAccountID. addEntryModeItem(LoyaltyAccountID.EntryModeEnum entryModeItem)Method parameters in com.adyen.model.tapi with type arguments of type LoyaltyAccountID.EntryModeEnum Modifier and Type Method Description LoyaltyAccountIDLoyaltyAccountID. entryMode(List<LoyaltyAccountID.EntryModeEnum> entryMode)entryModevoidLoyaltyAccountID. setEntryMode(List<LoyaltyAccountID.EntryModeEnum> entryMode)entryMode
-