Uses of Class
com.sportradar.mbs.sdk.entities.response.TicketInformResponse
-
Uses of TicketInformResponse in com.sportradar.mbs.sdk.entities.response
Modifier and TypeMethodDescriptionTicketInformResponse.Builder.build()
Builds and returns the TicketInformResponse instance. -
Uses of TicketInformResponse in com.sportradar.mbs.sdk.protocol
Modifier and TypeMethodDescriptiondefault TicketInformResponse
TicketProtocol.sendTicketInform
(TicketInformRequest request) Sends a ticket inform request synchronously and returns the corresponding response.Modifier and TypeMethodDescriptionTicketProtocol.sendTicketInformAsync
(TicketInformRequest request) Sends a ticket inform request asynchronously and returns a CompletableFuture representing the response.