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