Uses of Class
com.sportradar.mbs.sdk.entities.request.TicketInformRequest
Packages that use TicketInformRequest
-
Uses of TicketInformRequest in com.sportradar.mbs.sdk.entities.request
Methods in com.sportradar.mbs.sdk.entities.request that return TicketInformRequestModifier and TypeMethodDescriptionTicketInformRequest.Builder.build()
Builds the TicketInformRequest instance. -
Uses of TicketInformRequest in com.sportradar.mbs.sdk.protocol
Methods in com.sportradar.mbs.sdk.protocol with parameters of type TicketInformRequestModifier 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.