Uses of Class
org.robovm.apple.intents.INRestaurantOffer
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INRestaurantOffer in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INRestaurantOffer Modifier and Type Method Description INRestaurantOfferINBookRestaurantReservationIntent. getSelectedOffer()INRestaurantOfferINRestaurantReservationUserBooking. getSelectedOffer()Methods in org.robovm.apple.intents that return types with arguments of type INRestaurantOffer Modifier and Type Method Description NSArray<INRestaurantOffer>INRestaurantReservationBooking. getOffers()Methods in org.robovm.apple.intents with parameters of type INRestaurantOffer Modifier and Type Method Description protected longINBookRestaurantReservationIntent. init(INRestaurant restaurant, NSDateComponents bookingDateComponents, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantOffer selectedOffer, String guestProvidedSpecialRequestText)voidINBookRestaurantReservationIntent. setSelectedOffer(INRestaurantOffer v)voidINRestaurantReservationUserBooking. setSelectedOffer(INRestaurantOffer v)Method parameters in org.robovm.apple.intents with type arguments of type INRestaurantOffer Modifier and Type Method Description voidINRestaurantReservationBooking. setOffers(NSArray<INRestaurantOffer> v)Constructors in org.robovm.apple.intents with parameters of type INRestaurantOffer Constructor Description INBookRestaurantReservationIntent(INRestaurant restaurant, NSDateComponents bookingDateComponents, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantOffer selectedOffer, String guestProvidedSpecialRequestText)