Uses of Class
dev.vality.swag_webhook_events.model.Refund.StatusEnum
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events.model |
-
Uses of Refund.StatusEnum in dev.vality.swag_webhook_events.model
Methods in dev.vality.swag_webhook_events.model that return Refund.StatusEnum Modifier and Type Method Description static Refund.StatusEnumRefund.StatusEnum. fromValue(String value)@NotNull Refund.StatusEnumRefund. getStatus()Refund statusstatic Refund.StatusEnumRefund.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Refund.StatusEnum[]Refund.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag_webhook_events.model with parameters of type Refund.StatusEnum Modifier and Type Method Description voidRefund. setStatus(Refund.StatusEnum status)RefundRefund. status(Refund.StatusEnum status)