Package org.robovm.apple.intents
Class INRestaurantReservationUserBooking
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INRestaurantReservationBooking
org.robovm.apple.intents.INRestaurantReservationUserBooking
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class INRestaurantReservationUserBooking extends INRestaurantReservationBooking
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classINRestaurantReservationUserBooking.INRestaurantReservationUserBookingPtrNested classes/interfaces inherited from class org.robovm.apple.intents.INRestaurantReservationBooking
INRestaurantReservationBooking.INRestaurantReservationBookingPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description INRestaurantReservationUserBooking()protectedINRestaurantReservationUserBooking(NSObject.Handle h, long handle)protectedINRestaurantReservationUserBooking(NSObject.SkipInit skipInit)INRestaurantReservationUserBooking(INRestaurant restaurant, NSDate bookingDate, long partySize, String bookingIdentifier)INRestaurantReservationUserBooking(INRestaurant restaurant, NSDate bookingDate, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantReservationUserBookingStatus status, NSDate dateStatusModified) -
Method Summary
Modifier and Type Method Description StringgetAdvisementText()NSDategetDateStatusModified()INRestaurantGuestgetGuest()StringgetGuestProvidedSpecialRequestText()INRestaurantOffergetSelectedOffer()INRestaurantReservationUserBookingStatusgetStatus()protected longinit(INRestaurant restaurant, NSDate bookingDate, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantReservationUserBookingStatus status, NSDate dateStatusModified)voidsetAdvisementText(String v)voidsetDateStatusModified(NSDate v)voidsetGuest(INRestaurantGuest v)voidsetGuestProvidedSpecialRequestText(String v)voidsetSelectedOffer(INRestaurantOffer v)voidsetStatus(INRestaurantReservationUserBookingStatus v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.intents.INRestaurantReservationBooking
encode, getBookingDate, getBookingDescription, getBookingIdentifier, getOffers, getPartySize, getRestaurant, init, init, isBookingAvailable, requiresEmailAddress, requiresManualRequest, requiresName, requiresPhoneNumber, setBookingAvailable, setBookingDate, setBookingDescription, setBookingIdentifier, setOffers, setPartySize, setRequiresEmailAddress, setRequiresManualRequest, setRequiresName, setRequiresPhoneNumber, setRestaurantMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
INRestaurantReservationUserBooking
public INRestaurantReservationUserBooking() -
INRestaurantReservationUserBooking
-
INRestaurantReservationUserBooking
-
INRestaurantReservationUserBooking
public INRestaurantReservationUserBooking(INRestaurant restaurant, NSDate bookingDate, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantReservationUserBookingStatus status, NSDate dateStatusModified) -
INRestaurantReservationUserBooking
public INRestaurantReservationUserBooking(INRestaurant restaurant, NSDate bookingDate, long partySize, String bookingIdentifier)
-
-
Method Details
-
getGuest
-
setGuest
-
getAdvisementText
-
setAdvisementText
-
getSelectedOffer
-
setSelectedOffer
-
getGuestProvidedSpecialRequestText
-
setGuestProvidedSpecialRequestText
-
getStatus
-
setStatus
-
getDateStatusModified
-
setDateStatusModified
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
init
protected long init(INRestaurant restaurant, NSDate bookingDate, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantReservationUserBookingStatus status, NSDate dateStatusModified)
-