-
Methods in org.robovm.apple.intents that return INRestaurantGuest
| Modifier and Type |
Method |
Description |
static INRestaurantGuest |
INRestaurantGuest.createForContactSuggestion(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
boolean isContactSuggestion,
INPersonSuggestionType suggestionType) |
|
static INRestaurantGuest |
INRestaurantGuest.createForMe(INPersonHandle personHandle,
NSPersonNameComponents nameComponents,
String displayName,
INImage image,
String contactIdentifier,
String customIdentifier,
boolean isMe,
INPersonSuggestionType suggestionType) |
|
INRestaurantGuest |
INBookRestaurantReservationIntent.getGuest() |
|
INRestaurantGuest |
INGetRestaurantGuestIntentResponse.getGuest() |
|
INRestaurantGuest |
INRestaurantReservationUserBooking.getGuest() |
|
Methods in org.robovm.apple.intents with parameters of type INRestaurantGuest
| Modifier and Type |
Method |
Description |
static INRestaurantGuestResolutionResult |
INRestaurantGuestResolutionResult.confirmationRequired(INRestaurantGuest restaurantGuestToConfirm) |
|
protected long |
INBookRestaurantReservationIntent.init(INRestaurant restaurant,
NSDateComponents bookingDateComponents,
long partySize,
String bookingIdentifier,
INRestaurantGuest guest,
INRestaurantOffer selectedOffer,
String guestProvidedSpecialRequestText) |
|
protected long |
INRestaurantReservationUserBooking.init(INRestaurant restaurant,
NSDate bookingDate,
long partySize,
String bookingIdentifier,
INRestaurantGuest guest,
INRestaurantReservationUserBookingStatus status,
NSDate dateStatusModified) |
|
void |
INBookRestaurantReservationIntent.setGuest(INRestaurantGuest v) |
|
void |
INGetRestaurantGuestIntentResponse.setGuest(INRestaurantGuest v) |
|
void |
INRestaurantReservationUserBooking.setGuest(INRestaurantGuest v) |
|
static INRestaurantGuestResolutionResult |
INRestaurantGuestResolutionResult.success(INRestaurantGuest resolvedRestaurantGuest) |
|
Constructors in org.robovm.apple.intents with parameters of type INRestaurantGuest
| Constructor |
Description |
INBookRestaurantReservationIntent(INRestaurant restaurant,
NSDateComponents bookingDateComponents,
long partySize,
String bookingIdentifier,
INRestaurantGuest guest,
INRestaurantOffer selectedOffer,
String guestProvidedSpecialRequestText) |
|
INRestaurantReservationUserBooking(INRestaurant restaurant,
NSDate bookingDate,
long partySize,
String bookingIdentifier,
INRestaurantGuest guest,
INRestaurantReservationUserBookingStatus status,
NSDate dateStatusModified) |
|