Uses of Class
com.sportradar.mbs.sdk.entities.request.TicketInformRequest
-
Uses of TicketInformRequest in com.sportradar.mbs.sdk.entities.request
Modifier and TypeMethodDescriptionTicketInformRequest.Builder.build()
Builds the TicketInformRequest instance. -
Uses of TicketInformRequest 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.TicketProtocol.sendTicketInformAsync
(TicketInformRequest request) Sends a ticket inform request asynchronously and returns a CompletableFuture representing the response.