Interface TicketInfo<T extends TicketData>
- Type Parameters:
T- the type of ticket data
- All Known Implementing Classes:
CheckinTicketInfo,CheckinTicketInfo,DownloadTicketInfo
public interface TicketInfo<T extends TicketData>
Interface for ticket information objects.
Provides access to ticket data needed for file transfer operations.
- Since:
- 2022-06-14
-
Method Summary
-
Method Details
-
getTicketData
T getTicketData()
-