Uses of Class
org.robovm.apple.intents.INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode Modifier and Type Method Description INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeINGetAvailableRestaurantReservationBookingDefaultsIntentResponse. getCode()static INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeINGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode. valueOf(long n)Returns the enum constant of this type with the specified name.static INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeINGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode[]INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode. 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 INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode Modifier and Type Method Description protected longINGetAvailableRestaurantReservationBookingDefaultsIntentResponse. init(long defaultPartySize, NSDate defaultBookingDate, INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode code, NSUserActivity userActivity)Constructors in org.robovm.apple.intents with parameters of type INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode Constructor Description INGetAvailableRestaurantReservationBookingDefaultsIntentResponse(long defaultPartySize, NSDate defaultBookingDate, INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCode code, NSUserActivity userActivity)