Uses of Class
com.sportradar.mbs.sdk.entities.cancellation.BetCancelDetails.Builder
Packages that use BetCancelDetails.Builder
-
Uses of BetCancelDetails.Builder in com.sportradar.mbs.sdk.entities.cancellation
Methods in com.sportradar.mbs.sdk.entities.cancellation that return BetCancelDetails.BuilderModifier and TypeMethodDescriptionstatic BetCancelDetails.Builder
CancelDetails.newBetCancelDetailsBuilder()
Creates a new instance of BetCancelDetails.Builder.static BetCancelDetails.Builder
BetCancelDetails.newBuilder()
Creates a new instance of BetCancelDetails.Builder.Sets the ID of the bet that was cancelled.BetCancelDetails.Builder.setCode
(int value) Sets the code of the bet cancellation.BetCancelDetails.Builder.setTicketId
(String value) Sets the ID of the ticket that was cancelled.BetCancelDetails.Builder.setTicketSignature
(String value) Sets the signature of the ticket that was cancelled.