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

public class ContentResponse extends Object
Represents a response containing content information. This class is used as a base class for various content response types.
  • Constructor Details

    • ContentResponse

      public ContentResponse()
  • Method Details

    • newDepositInformResponseBuilder

      public static DepositInformResponse.Builder newDepositInformResponseBuilder()
      Creates a new instance of the DepositInformResponse builder.
      Returns:
      The DepositInformResponse builder.
    • newExtSettlementAckResponseBuilder

      public static ExtSettlementAckResponse.Builder newExtSettlementAckResponseBuilder()
      Creates a new instance of the ExtSettlementAckResponse builder.
      Returns:
      The ExtSettlementAckResponse builder.
    • newCashoutResponseBuilder

      public static CashoutResponse.Builder newCashoutResponseBuilder()
      Creates a new instance of the CashoutResponse builder.
      Returns:
      The CashoutResponse builder.
    • newTicketInformResponseBuilder

      public static TicketInformResponse.Builder newTicketInformResponseBuilder()
      Creates a new instance of the TicketInformResponse builder.
      Returns:
      The TicketInformResponse builder.
    • newCancelAckResponseBuilder

      public static CancelAckResponse.Builder newCancelAckResponseBuilder()
      Creates a new instance of the CancelAckResponse builder.
      Returns:
      The CancelAckResponse builder.
    • newCancelResponseBuilder

      public static CancelResponse.Builder newCancelResponseBuilder()
      Creates a new instance of the CancelResponse builder.
      Returns:
      The CancelResponse builder.
    • newErrorResponseBuilder

      public static ErrorResponse.Builder newErrorResponseBuilder()
      Creates a new instance of the ErrorResponse builder.
      Returns:
      The ErrorResponse builder.
    • newCasinoSessionsResponseBuilder

      public static CasinoSessionsResponse.Builder newCasinoSessionsResponseBuilder()
      Creates a new instance of the CasinoSessionsResponse builder.
      Returns:
      The CasinoSessionsResponse builder.
    • newTicketAckResponseBuilder

      public static TicketAckResponse.Builder newTicketAckResponseBuilder()
      Creates a new instance of the TicketAckResponse builder.
      Returns:
      The TicketAckResponse builder.
    • newBalanceChangeInformResponseBuilder

      public static BalanceChangeInformResponse.Builder newBalanceChangeInformResponseBuilder()
      Creates a new instance of the BalanceChangeInformResponse builder.
      Returns:
      The BalanceChangeInformResponse builder.
    • newExtSettlementResponseBuilder

      public static ExtSettlementResponse.Builder newExtSettlementResponseBuilder()
      Creates a new instance of the ExtSettlementResponse builder.
      Returns:
      The ExtSettlementResponse builder.
    • newCashoutAckResponseBuilder

      public static CashoutAckResponse.Builder newCashoutAckResponseBuilder()
      Creates a new instance of the CashoutAckResponse builder.
      Returns:
      The CashoutAckResponse builder.
    • newTicketResponseBuilder

      public static TicketResponse.Builder newTicketResponseBuilder()
      Creates a new instance of the TicketResponse builder.
      Returns:
      The TicketResponse builder.
    • newWithdrawalInformResponseBuilder

      public static WithdrawalInformResponse.Builder newWithdrawalInformResponseBuilder()
      Creates a new instance of the WithdrawalInformResponse builder.
      Returns:
      The WithdrawalInformResponse builder.