Class TicketInformRequest
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.TicketInformRequest
Represents a request to inform the ticket.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of the TicketInformRequest class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the array of bet validations.Gets the ticket request.static TicketInformRequest.Builder
Creates a new instance of the TicketInformRequest.Builder class.void
setBetValidations
(BetValidation[] value) Sets the array of bet validations.void
setTicket
(TicketRequest value) Sets the ticket request.Methods inherited from class com.sportradar.mbs.sdk.entities.request.ContentRequest
newBalanceChangeInformRequestBuilder, newCancelAckRequestBuilder, newCancelRequestBuilder, newCashoutAckRequestBuilder, newCashoutRequestBuilder, newCasinoSessionsRequestBuilder, newDepositInformRequestBuilder, newExtSettlementAckRequestBuilder, newExtSettlementRequestBuilder, newTicketAckRequestBuilder, newTicketInformRequestBuilder, newTicketRequestBuilder, newWithdrawalInformRequestBuilder
-
Constructor Details
-
TicketInformRequest
public TicketInformRequest()
-
-
Method Details
-
newBuilder
Creates a new instance of the TicketInformRequest.Builder class.- Returns:
- A new instance of the TicketInformRequest.Builder class.
-
getTicket
Gets the ticket request.- Returns:
- The ticket request.
-
setTicket
Sets the ticket request.- Parameters:
value
- The ticket request to set.
-
getBetValidations
Gets the array of bet validations.- Returns:
- The array of bet validations.
-
setBetValidations
Sets the array of bet validations.- Parameters:
value
- The array of bet validations to set.
-