Class TicketInformRequest

java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.TicketInformRequest

public class TicketInformRequest extends ContentRequest
Represents a request to inform the ticket.
  • Constructor Details

    • TicketInformRequest

      public TicketInformRequest()
  • Method Details

    • newBuilder

      public static TicketInformRequest.Builder newBuilder()
      Creates a new instance of the TicketInformRequest.Builder class.
      Returns:
      A new instance of the TicketInformRequest.Builder class.
    • getTicket

      public TicketRequest getTicket()
      Gets the ticket request.
      Returns:
      The ticket request.
    • setTicket

      public void setTicket(TicketRequest value)
      Sets the ticket request.
      Parameters:
      value - The ticket request to set.
    • getBetValidations

      public BetValidation[] getBetValidations()
      Gets the array of bet validations.
      Returns:
      The array of bet validations.
    • setBetValidations

      public void setBetValidations(BetValidation[] value)
      Sets the array of bet validations.
      Parameters:
      value - The array of bet validations to set.