Uses of Class
de.adorsys.xs2a.adapter.api.model.BookingStatusGeneric
-
-
Uses of BookingStatusGeneric in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return BookingStatusGeneric Modifier and Type Method Description static BookingStatusGenericBookingStatusGeneric. fromValue(String value)static BookingStatusGenericBookingStatusGeneric. valueOf(String name)Returns the enum constant of this type with the specified name.static BookingStatusGeneric[]BookingStatusGeneric. values()Returns an array containing the constants of this enum type, in the order they are declared.
-