Class ContentResponse
java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
- Direct Known Subclasses:
BalanceChangeInformResponse
,CancelAckResponse
,CancelResponse
,CashoutAckResponse
,CashoutResponse
,CasinoSessionsResponse
,DepositInformResponse
,ErrorResponse
,ExtSettlementAckResponse
,ExtSettlementResponse
,TicketAckResponse
,TicketInformResponse
,TicketResponse
,WithdrawalInformResponse
Represents a response containing content information.
This class is used as a base class for various content response types.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of the BalanceChangeInformResponse builder.static CancelAckResponse.Builder
Creates a new instance of the CancelAckResponse builder.static CancelResponse.Builder
Creates a new instance of the CancelResponse builder.static CashoutAckResponse.Builder
Creates a new instance of the CashoutAckResponse builder.static CashoutResponse.Builder
Creates a new instance of the CashoutResponse builder.Creates a new instance of the CasinoSessionsResponse builder.Creates a new instance of the DepositInformResponse builder.static ErrorResponse.Builder
Creates a new instance of the ErrorResponse builder.Creates a new instance of the ExtSettlementAckResponse builder.Creates a new instance of the ExtSettlementResponse builder.static TicketAckResponse.Builder
Creates a new instance of the TicketAckResponse builder.static TicketInformResponse.Builder
Creates a new instance of the TicketInformResponse builder.static TicketResponse.Builder
Creates a new instance of the TicketResponse builder.Creates a new instance of the WithdrawalInformResponse builder.
-
Constructor Details
-
ContentResponse
public ContentResponse()
-
-
Method Details
-
newDepositInformResponseBuilder
Creates a new instance of the DepositInformResponse builder.- Returns:
- The DepositInformResponse builder.
-
newExtSettlementAckResponseBuilder
Creates a new instance of the ExtSettlementAckResponse builder.- Returns:
- The ExtSettlementAckResponse builder.
-
newCashoutResponseBuilder
Creates a new instance of the CashoutResponse builder.- Returns:
- The CashoutResponse builder.
-
newTicketInformResponseBuilder
Creates a new instance of the TicketInformResponse builder.- Returns:
- The TicketInformResponse builder.
-
newCancelAckResponseBuilder
Creates a new instance of the CancelAckResponse builder.- Returns:
- The CancelAckResponse builder.
-
newCancelResponseBuilder
Creates a new instance of the CancelResponse builder.- Returns:
- The CancelResponse builder.
-
newErrorResponseBuilder
Creates a new instance of the ErrorResponse builder.- Returns:
- The ErrorResponse builder.
-
newCasinoSessionsResponseBuilder
Creates a new instance of the CasinoSessionsResponse builder.- Returns:
- The CasinoSessionsResponse builder.
-
newTicketAckResponseBuilder
Creates a new instance of the TicketAckResponse builder.- Returns:
- The TicketAckResponse builder.
-
newBalanceChangeInformResponseBuilder
Creates a new instance of the BalanceChangeInformResponse builder.- Returns:
- The BalanceChangeInformResponse builder.
-
newExtSettlementResponseBuilder
Creates a new instance of the ExtSettlementResponse builder.- Returns:
- The ExtSettlementResponse builder.
-
newCashoutAckResponseBuilder
Creates a new instance of the CashoutAckResponse builder.- Returns:
- The CashoutAckResponse builder.
-
newTicketResponseBuilder
Creates a new instance of the TicketResponse builder.- Returns:
- The TicketResponse builder.
-
newWithdrawalInformResponseBuilder
Creates a new instance of the WithdrawalInformResponse builder.- Returns:
- The WithdrawalInformResponse builder.
-