Uses of Class
com.sportradar.mbs.sdk.entities.response.CashoutAckResponse.Builder
Packages that use CashoutAckResponse.Builder
-
Uses of CashoutAckResponse.Builder in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return CashoutAckResponse.BuilderModifier and TypeMethodDescriptionstatic CashoutAckResponse.Builder
CashoutAckResponse.newBuilder()
Creates a new instance of the CashoutAckResponse.Builder class.static CashoutAckResponse.Builder
ContentResponse.newCashoutAckResponseBuilder()
Creates a new instance of the CashoutAckResponse builder.CashoutAckResponse.Builder.setCashoutId
(String value) Sets the cashout ID associated with the cashout acknowledgement response.CashoutAckResponse.Builder.setCode
(int value) Sets the code associated with the cashout acknowledgement response.CashoutAckResponse.Builder.setMessage
(String value) Sets the message associated with the cashout acknowledgement response.CashoutAckResponse.Builder.setSignature
(String value) Sets the signature associated with the cashout acknowledgement response.CashoutAckResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the cashout acknowledgement response.CashoutAckResponse.Builder.setTicketId
(String value) Sets the ticket ID associated with the cashout acknowledgement response.