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