Uses of Class
com.adyen.model.balanceplatform.SettingType
-
Packages that use SettingType Package Description com.adyen.model.balanceplatform -
-
Uses of SettingType in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return SettingType Modifier and Type Method Description static SettingTypeSettingType. fromValue(String value)SettingTypeWebhookSetting. getType()Get typestatic SettingTypeSettingType. valueOf(String name)Returns the enum constant of this type with the specified name.static SettingType[]SettingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type SettingType Modifier and Type Method Description voidWebhookSetting. setType(SettingType type)typeWebhookSettingWebhookSetting. type(SettingType type)type
-