Uses of Class
de.adorsys.psd2.xs2a.core.ais.BookingStatus
-
Packages that use BookingStatus Package Description de.adorsys.psd2.xs2a.core.ais -
-
Uses of BookingStatus in de.adorsys.psd2.xs2a.core.ais
Methods in de.adorsys.psd2.xs2a.core.ais that return BookingStatus Modifier and Type Method Description static BookingStatusBookingStatus. forValue(String value)static BookingStatusBookingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BookingStatus[]BookingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.xs2a.core.ais that return types with arguments of type BookingStatus Modifier and Type Method Description static Optional<BookingStatus>BookingStatus. getByValue(String value)
-