Uses of Enum Class
com.sportradar.mbs.sdk.entities.common.AcceptanceStatus
Packages that use AcceptanceStatus
-
Uses of AcceptanceStatus in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return AcceptanceStatusModifier and TypeMethodDescriptionstatic AcceptanceStatusstatic AcceptanceStatusReturns 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
Methods in com.sportradar.mbs.sdk.entities.response that return AcceptanceStatusModifier 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.Methods in com.sportradar.mbs.sdk.entities.response with parameters of type AcceptanceStatusModifier and TypeMethodDescriptionCancelAckResponse.Builder.setStatus(AcceptanceStatus value) Sets the acceptance status.voidCancelAckResponse.setStatus(AcceptanceStatus value) Sets the acceptance status.CancelResponse.Builder.setStatus(AcceptanceStatus value) Sets the acceptance status associated with the cancellation response.voidCancelResponse.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.voidCashoutAckResponse.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.voidCashoutResponse.setStatus(AcceptanceStatus value) Sets the acceptance status of the cashout response.ExtSettlementAckResponse.Builder.setStatus(AcceptanceStatus value) Sets the acceptance status of the response.voidExtSettlementAckResponse.setStatus(AcceptanceStatus value) Sets the acceptance status of the response.ExtSettlementResponse.Builder.setStatus(AcceptanceStatus value) Sets the acceptance status.voidExtSettlementResponse.setStatus(AcceptanceStatus value) Sets the acceptance status.TicketAckResponse.Builder.setStatus(AcceptanceStatus value) Sets the acceptance status associated with the response.voidTicketAckResponse.setStatus(AcceptanceStatus value) Sets the acceptance status associated with the response.TicketInformResponse.Builder.setStatus(AcceptanceStatus value) Sets the acceptance status.voidTicketInformResponse.setStatus(AcceptanceStatus value) Sets the acceptance status.TicketResponse.Builder.setStatus(AcceptanceStatus value) Sets the acceptance status of the ticket response.voidTicketResponse.setStatus(AcceptanceStatus value) Sets the acceptance status of the ticket response.