Uses of Class
com.sportradar.mbs.sdk.entities.response.TicketInformResponse
Packages that use TicketInformResponse
-
Uses of TicketInformResponse in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return TicketInformResponseModifier and TypeMethodDescriptionTicketInformResponse.Builder.build()
Builds and returns the TicketInformResponse instance. -
Uses of TicketInformResponse in com.sportradar.mbs.sdk.protocol
Methods in com.sportradar.mbs.sdk.protocol that return TicketInformResponseModifier and TypeMethodDescriptiondefault TicketInformResponse
TicketProtocol.sendTicketInform
(TicketInformRequest request) Sends a ticket inform request synchronously and returns the corresponding response.Methods in com.sportradar.mbs.sdk.protocol that return types with arguments of type TicketInformResponseModifier and TypeMethodDescriptionTicketProtocol.sendTicketInformAsync
(TicketInformRequest request) Sends a ticket inform request asynchronously and returns a CompletableFuture representing the response.