Interface TicketResult<T extends TicketInfo<? extends TicketData>>

Type Parameters:
T - the type of ticket info
All Known Implementing Classes:
CheckinTicketResult, DownloadTicketResult

public interface TicketResult<T extends TicketInfo<? extends TicketData>>
Interface for ticket result objects.

Provides access to a list of ticket information objects returned by FCS ticket operations.

Since:
2022-06-14
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getTicketInfo

      List<T> getTicketInfo()