Uses of Class
org.robovm.apple.intents.INGetAvailableRestaurantReservationBookingsIntentCode
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INGetAvailableRestaurantReservationBookingsIntentCode in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INGetAvailableRestaurantReservationBookingsIntentCode Modifier and Type Method Description INGetAvailableRestaurantReservationBookingsIntentCodeINGetAvailableRestaurantReservationBookingsIntentResponse. getCode()static INGetAvailableRestaurantReservationBookingsIntentCodeINGetAvailableRestaurantReservationBookingsIntentCode. valueOf(long n)Returns the enum constant of this type with the specified name.static INGetAvailableRestaurantReservationBookingsIntentCodeINGetAvailableRestaurantReservationBookingsIntentCode. valueOf(String name)Returns the enum constant of this type with the specified name.static INGetAvailableRestaurantReservationBookingsIntentCode[]INGetAvailableRestaurantReservationBookingsIntentCode. 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 INGetAvailableRestaurantReservationBookingsIntentCode Modifier and Type Method Description protected longINGetAvailableRestaurantReservationBookingsIntentResponse. init(NSArray<INRestaurantReservationBooking> availableBookings, INGetAvailableRestaurantReservationBookingsIntentCode code, NSUserActivity userActivity)Constructors in org.robovm.apple.intents with parameters of type INGetAvailableRestaurantReservationBookingsIntentCode Constructor Description INGetAvailableRestaurantReservationBookingsIntentResponse(NSArray<INRestaurantReservationBooking> availableBookings, INGetAvailableRestaurantReservationBookingsIntentCode code, NSUserActivity userActivity)