Uses of Enum Class
com.sportradar.mbs.sdk.entities.common.AcceptanceStatus
-
Uses of AcceptanceStatus in com.sportradar.mbs.sdk.entities.common
Modifier and TypeMethodDescriptionstatic AcceptanceStatus
static AcceptanceStatus
Returns the enum constant of this class with the specified name.static AcceptanceStatus[]
AcceptanceStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AcceptanceStatus in com.sportradar.mbs.sdk.entities.response
Modifier and TypeMethodDescriptionCancelAckResponse.getStatus()
Gets the acceptance status.CancelResponse.getStatus()
Gets the acceptance status associated with the cancellation response.CashoutAckResponse.getStatus()
Gets the acceptance status associated with the cashout acknowledgement response.CashoutResponse.getStatus()
Gets the acceptance status of the cashout response.ExtSettlementAckResponse.getStatus()
Gets the acceptance status of the response.ExtSettlementResponse.getStatus()
Gets the acceptance status.TicketAckResponse.getStatus()
Gets the acceptance status associated with the response.TicketInformResponse.getStatus()
Gets the acceptance status.TicketResponse.getStatus()
Gets the acceptance status of the ticket response.Modifier and TypeMethodDescriptionCancelAckResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status.void
CancelAckResponse.setStatus
(AcceptanceStatus value) Sets the acceptance status.CancelResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the cancellation response.void
CancelResponse.setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the cancellation response.CashoutAckResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the cashout acknowledgement response.void
CashoutAckResponse.setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the cashout acknowledgement response.CashoutResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status of the cashout response.void
CashoutResponse.setStatus
(AcceptanceStatus value) Sets the acceptance status of the cashout response.ExtSettlementAckResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status of the response.void
ExtSettlementAckResponse.setStatus
(AcceptanceStatus value) Sets the acceptance status of the response.ExtSettlementResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status.void
ExtSettlementResponse.setStatus
(AcceptanceStatus value) Sets the acceptance status.TicketAckResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the response.void
TicketAckResponse.setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the response.TicketInformResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status.void
TicketInformResponse.setStatus
(AcceptanceStatus value) Sets the acceptance status.TicketResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status of the ticket response.void
TicketResponse.setStatus
(AcceptanceStatus value) Sets the acceptance status of the ticket response.