Uses of Class
com.adyen.model.configurationwebhooks.PayoutStateWebhookData.ResultEnum
-
Packages that use PayoutStateWebhookData.ResultEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of PayoutStateWebhookData.ResultEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PayoutStateWebhookData.ResultEnum Modifier and Type Method Description static PayoutStateWebhookData.ResultEnumPayoutStateWebhookData.ResultEnum. fromValue(String value)PayoutStateWebhookData.ResultEnumPayoutStateWebhookData. getResult()The result of the execution.static PayoutStateWebhookData.ResultEnumPayoutStateWebhookData.ResultEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutStateWebhookData.ResultEnum[]PayoutStateWebhookData.ResultEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type PayoutStateWebhookData.ResultEnum Modifier and Type Method Description PayoutStateWebhookDataPayoutStateWebhookData. result(PayoutStateWebhookData.ResultEnum result)The result of the execution.voidPayoutStateWebhookData. setResult(PayoutStateWebhookData.ResultEnum result)The result of the execution.
-