Class INReservation

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
INBoatReservation, INBusReservation, INFlightReservation, INLodgingReservation, INRentalCarReservation, INRestaurantReservation, INTicketedEventReservation, INTrainReservation

public class INReservation
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • INReservation

      protected INReservation()
    • INReservation

      protected INReservation​(NSObject.Handle h, long handle)
    • INReservation

      protected INReservation​(NSObject.SkipInit skipInit)
    • INReservation

      public INReservation​(NSCoder coder)
  • Method Details

    • getItemReference

      public INSpeakableString getItemReference()
    • getReservationNumber

      public String getReservationNumber()
    • getBookingTime

      public NSDate getBookingTime()
    • getReservationStatus

      public INReservationStatus getReservationStatus()
    • getReservationHolderName

      public String getReservationHolderName()
    • getActions

      public NSArray<INReservationAction> getActions()
    • getURL

      public NSURL getURL()
      Since:
      Available in iOS 14.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)