Uses of Class
org.robovm.apple.intents.INRestaurantReservationUserBookingStatus
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INRestaurantReservationUserBookingStatus in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INRestaurantReservationUserBookingStatus Modifier and Type Method Description INRestaurantReservationUserBookingStatusINRestaurantReservationUserBooking. getStatus()static INRestaurantReservationUserBookingStatusINRestaurantReservationUserBookingStatus. valueOf(long n)Returns the enum constant of this type with the specified name.static INRestaurantReservationUserBookingStatusINRestaurantReservationUserBookingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static INRestaurantReservationUserBookingStatus[]INRestaurantReservationUserBookingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intents with parameters of type INRestaurantReservationUserBookingStatus Modifier and Type Method Description protected longINRestaurantReservationUserBooking. init(INRestaurant restaurant, NSDate bookingDate, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantReservationUserBookingStatus status, NSDate dateStatusModified)voidINRestaurantReservationUserBooking. setStatus(INRestaurantReservationUserBookingStatus v)Constructors in org.robovm.apple.intents with parameters of type INRestaurantReservationUserBookingStatus Constructor Description INRestaurantReservationUserBooking(INRestaurant restaurant, NSDate bookingDate, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantReservationUserBookingStatus status, NSDate dateStatusModified)