Uses of Class
org.robovm.apple.intents.INReservationActionType
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INReservationActionType in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INReservationActionType Modifier and Type Method Description INReservationActionTypeINReservationAction. getType()static INReservationActionTypeINReservationActionType. valueOf(long n)Returns the enum constant of this type with the specified name.static INReservationActionTypeINReservationActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static INReservationActionType[]INReservationActionType. 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 INReservationActionType Modifier and Type Method Description protected longINReservationAction. init(INReservationActionType type, INDateComponentsRange validDuration, NSUserActivity userActivity)Constructors in org.robovm.apple.intents with parameters of type INReservationActionType Constructor Description INReservationAction(INReservationActionType type, INDateComponentsRange validDuration, NSUserActivity userActivity)