Uses of Class
com.sportradar.mbs.sdk.entities.request.CancelRequest
Packages that use CancelRequest
-
Uses of CancelRequest in com.sportradar.mbs.sdk.entities.request
Methods in com.sportradar.mbs.sdk.entities.request that return CancelRequestModifier and TypeMethodDescriptionCancelRequest.Builder.build()
Builds the CancelRequest instance. -
Uses of CancelRequest in com.sportradar.mbs.sdk.protocol
Methods in com.sportradar.mbs.sdk.protocol with parameters of type CancelRequestModifier and TypeMethodDescriptiondefault CancelResponse
TicketProtocol.sendCancel
(CancelRequest request) Sends a cancel request synchronously and returns the corresponding response.TicketProtocol.sendCancelAsync
(CancelRequest request) Sends a cancel request asynchronously and returns a CompletableFuture representing the response.