Uses of Class
com.sportradar.mbs.sdk.entities.common.BetDetail
Packages that use BetDetail
-
Uses of BetDetail in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return BetDetail -
Uses of BetDetail in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return BetDetailModifier and TypeMethodDescriptionTicketInformResponse.getBetDetails()Gets the bet details.TicketResponse.getBetDetails()Gets the bet details of the ticket response.Methods in com.sportradar.mbs.sdk.entities.response with parameters of type BetDetailModifier and TypeMethodDescriptionTicketInformResponse.Builder.setBetDetails(BetDetail... value) Sets the bet details.voidTicketInformResponse.setBetDetails(BetDetail[] value) Sets the bet details.TicketResponse.Builder.setBetDetails(BetDetail... value) Sets the bet details of the ticket response.voidTicketResponse.setBetDetails(BetDetail[] value) Sets the bet details of the ticket response.