Uses of Class
com.adyen.model.balanceplatform.BalanceWebhookSettingInfoUpdate.TypeEnum
-
Packages that use BalanceWebhookSettingInfoUpdate.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of BalanceWebhookSettingInfoUpdate.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BalanceWebhookSettingInfoUpdate.TypeEnum Modifier and Type Method Description static BalanceWebhookSettingInfoUpdate.TypeEnumBalanceWebhookSettingInfoUpdate.TypeEnum. fromValue(String value)BalanceWebhookSettingInfoUpdate.TypeEnumBalanceWebhookSettingInfoUpdate. getType()The type of the webhook you are configuring.static BalanceWebhookSettingInfoUpdate.TypeEnumBalanceWebhookSettingInfoUpdate.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BalanceWebhookSettingInfoUpdate.TypeEnum[]BalanceWebhookSettingInfoUpdate.TypeEnum. 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 BalanceWebhookSettingInfoUpdate.TypeEnum Modifier and Type Method Description voidBalanceWebhookSettingInfoUpdate. setType(BalanceWebhookSettingInfoUpdate.TypeEnum type)The type of the webhook you are configuring.BalanceWebhookSettingInfoUpdateBalanceWebhookSettingInfoUpdate. type(BalanceWebhookSettingInfoUpdate.TypeEnum type)The type of the webhook you are configuring.
-