Uses of Class
com.sportradar.mbs.sdk.entities.response.TicketResponse.Builder
Packages that use TicketResponse.Builder
-
Uses of TicketResponse.Builder in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return TicketResponse.BuilderModifier and TypeMethodDescriptionstatic TicketResponse.BuilderTicketResponse.newBuilder()Creates a new instance of the TicketResponse.Builder class.static TicketResponse.BuilderContentResponse.newTicketResponseBuilder()Creates a new instance of the TicketResponse builder.TicketResponse.Builder.setBetDetails(BetDetail... value) Sets the bet details of the ticket response.TicketResponse.Builder.setCode(int value) Sets the code of the ticket response.TicketResponse.Builder.setExchangeRate(ExchangeRate... value) Sets the exchange rates of the ticket response.TicketResponse.Builder.setMessage(String value) Sets the message of the ticket response.TicketResponse.Builder.setSignature(String value) Sets the signature of the ticket response.TicketResponse.Builder.setStatus(AcceptanceStatus value) Sets the acceptance status of the ticket response.TicketResponse.Builder.setTicketId(String value) Sets the ticket ID of the ticket response.