Package org.robovm.apple.intents
Class INRestaurantGuestResolutionResult
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.objc.ObjCObject
-
- org.robovm.apple.foundation.NSObject
-
- org.robovm.apple.intents.INIntentResolutionResult
-
- org.robovm.apple.intents.INRestaurantGuestResolutionResult
-
- All Implemented Interfaces:
NSObjectProtocol
,org.robovm.objc.ObjCProtocol
public class INRestaurantGuestResolutionResult extends INIntentResolutionResult
- Since:
- Available in iOS 10.0 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
INRestaurantGuestResolutionResult.INRestaurantGuestResolutionResultPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.intents.INIntentResolutionResult
INIntentResolutionResult.INIntentResolutionResultPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInit
-
-
Field Summary
-
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAIN
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
INRestaurantGuestResolutionResult()
protected
INRestaurantGuestResolutionResult(NSObject.Handle h, long handle)
protected
INRestaurantGuestResolutionResult(NSObject.SkipInit skipInit)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static INRestaurantGuestResolutionResult
confirmationRequiredWithRestaurantGuestToConfirm(INRestaurantGuest restaurantGuestToConfirm)
static INRestaurantGuestResolutionResult
disambiguationWithRestaurantGuestsToDisambiguate(NSArray<INRestaurantGuest> restaurantGuestsToDisambiguate)
static INRestaurantGuestResolutionResult
successWithResolvedRestaurantGuest(INRestaurantGuest resolvedRestaurantGuest)
-
Methods inherited from class org.robovm.apple.intents.INIntentResolutionResult
needsValue, notRequired, unsupported
-
Methods 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, willChangeValues
-
-
-
-
Constructor Detail
-
INRestaurantGuestResolutionResult
protected INRestaurantGuestResolutionResult()
-
INRestaurantGuestResolutionResult
protected INRestaurantGuestResolutionResult(NSObject.Handle h, long handle)
-
INRestaurantGuestResolutionResult
protected INRestaurantGuestResolutionResult(NSObject.SkipInit skipInit)
-
-
Method Detail
-
successWithResolvedRestaurantGuest
public static INRestaurantGuestResolutionResult successWithResolvedRestaurantGuest(INRestaurantGuest resolvedRestaurantGuest)
-
disambiguationWithRestaurantGuestsToDisambiguate
public static INRestaurantGuestResolutionResult disambiguationWithRestaurantGuestsToDisambiguate(NSArray<INRestaurantGuest> restaurantGuestsToDisambiguate)
-
confirmationRequiredWithRestaurantGuestToConfirm
public static INRestaurantGuestResolutionResult confirmationRequiredWithRestaurantGuestToConfirm(INRestaurantGuest restaurantGuestToConfirm)
-
-