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