Uses of Class
com.adyen.model.balanceplatform.WebhookSetting
-
Packages that use WebhookSetting Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of WebhookSetting in com.adyen.model.balanceplatform
Subclasses of WebhookSetting in com.adyen.model.balanceplatform Modifier and Type Class Description classBalanceWebhookSettingBalanceWebhookSettingMethods in com.adyen.model.balanceplatform that return WebhookSetting Modifier and Type Method Description WebhookSettingWebhookSetting. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance.static WebhookSettingWebhookSetting. fromJson(String jsonString)Create an instance of WebhookSetting given an JSON stringWebhookSettingWebhookSetting. id(String id)The unique identifier of the webhook setting.WebhookSettingWebhookSetting. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.WebhookSettingWebhookSetting. status(String status)statusWebhookSettingWebhookSetting. target(Target target)targetWebhookSettingWebhookSetting. type(SettingType type)typeMethods in com.adyen.model.balanceplatform that return types with arguments of type WebhookSetting Modifier and Type Method Description List<WebhookSetting>WebhookSettings. getWebhookSettings()The list of webhook settings.Methods in com.adyen.model.balanceplatform with parameters of type WebhookSetting Modifier and Type Method Description WebhookSettingsWebhookSettings. addWebhookSettingsItem(WebhookSetting webhookSettingsItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type WebhookSetting Modifier and Type Method Description voidWebhookSettings. setWebhookSettings(List<WebhookSetting> webhookSettings)The list of webhook settings.WebhookSettingsWebhookSettings. webhookSettings(List<WebhookSetting> webhookSettings)The list of webhook settings. -
Uses of WebhookSetting in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return WebhookSetting Modifier and Type Method Description WebhookSettingBalancesApi. createWebhookSetting(String balancePlatformId, String webhookId, BalanceWebhookSettingInfo balanceWebhookSettingInfo)Create a balance webhook settingWebhookSettingBalancesApi. createWebhookSetting(String balancePlatformId, String webhookId, BalanceWebhookSettingInfo balanceWebhookSettingInfo, RequestOptions requestOptions)Create a balance webhook settingWebhookSettingBalancesApi. getWebhookSetting(String balancePlatformId, String webhookId, String settingId)Get a balance webhook setting by idWebhookSettingBalancesApi. getWebhookSetting(String balancePlatformId, String webhookId, String settingId, RequestOptions requestOptions)Get a balance webhook setting by idWebhookSettingBalancesApi. updateWebhookSetting(String balancePlatformId, String webhookId, String settingId, BalanceWebhookSettingInfoUpdate balanceWebhookSettingInfoUpdate)Update a balance webhook setting by idWebhookSettingBalancesApi. updateWebhookSetting(String balancePlatformId, String webhookId, String settingId, BalanceWebhookSettingInfoUpdate balanceWebhookSettingInfoUpdate, RequestOptions requestOptions)Update a balance webhook setting by id
-