Class ContentRequest
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
- Direct Known Subclasses:
BalanceChangeInformRequest
,CancelAckRequest
,CancelRequest
,CashoutAckRequest
,CashoutRequest
,CasinoSessionsRequest
,DepositInformRequest
,ExtSettlementAckRequest
,ExtSettlementRequest
,TicketAckRequest
,TicketInformRequest
,TicketRequest
,WithdrawalInformRequest
Represents a request for content.
This class is used as a base class for different types of content requests.
It provides static methods to create instances of specific content request types.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of the BalanceChangeInformRequest builder.static CancelAckRequest.Builder
Creates a new instance of the CancelAckRequest builder.static CancelRequest.Builder
Creates a new instance of the CancelRequest builder.static CashoutAckRequest.Builder
Creates a new instance of the CashoutAckRequest builder.static CashoutRequest.Builder
Creates a new instance of the CashoutRequest builder.Creates a new instance of the CasinoSessionsRequest builder.static DepositInformRequest.Builder
Creates a new instance of the DepositInformRequest builder.Creates a new instance of the ExtSettlementAckRequest builder.static ExtSettlementRequest.Builder
Creates a new instance of the ExtSettlementRequest builder.static TicketAckRequest.Builder
Creates a new instance of the TicketAckRequest builder.static TicketInformRequest.Builder
Creates a new instance of the TicketInformRequest builder.static TicketRequest.Builder
Creates a new instance of the TicketRequest builder.Creates a new instance of the WithdrawalInformRequest builder.
-
Constructor Details
-
ContentRequest
public ContentRequest()
-
-
Method Details
-
newCancelRequestBuilder
Creates a new instance of the CancelRequest builder.- Returns:
- The CancelRequest builder.
-
newTicketInformRequestBuilder
Creates a new instance of the TicketInformRequest builder.- Returns:
- The TicketInformRequest builder.
-
newTicketRequestBuilder
Creates a new instance of the TicketRequest builder.- Returns:
- The TicketRequest builder.
-
newCashoutAckRequestBuilder
Creates a new instance of the CashoutAckRequest builder.- Returns:
- The CashoutAckRequest builder.
-
newDepositInformRequestBuilder
Creates a new instance of the DepositInformRequest builder.- Returns:
- The DepositInformRequest builder.
-
newCashoutRequestBuilder
Creates a new instance of the CashoutRequest builder.- Returns:
- The CashoutRequest builder.
-
newCasinoSessionsRequestBuilder
Creates a new instance of the CasinoSessionsRequest builder.- Returns:
- The CasinoSessionsRequest builder.
-
newTicketAckRequestBuilder
Creates a new instance of the TicketAckRequest builder.- Returns:
- The TicketAckRequest builder.
-
newExtSettlementRequestBuilder
Creates a new instance of the ExtSettlementRequest builder.- Returns:
- The ExtSettlementRequest builder.
-
newCancelAckRequestBuilder
Creates a new instance of the CancelAckRequest builder.- Returns:
- The CancelAckRequest builder.
-
newWithdrawalInformRequestBuilder
Creates a new instance of the WithdrawalInformRequest builder.- Returns:
- The WithdrawalInformRequest builder.
-
newExtSettlementAckRequestBuilder
Creates a new instance of the ExtSettlementAckRequest builder.- Returns:
- The ExtSettlementAckRequest builder.
-
newBalanceChangeInformRequestBuilder
Creates a new instance of the BalanceChangeInformRequest builder.- Returns:
- The BalanceChangeInformRequest builder.
-