Class ReofferTicketRef.Builder

java.lang.Object
com.sportradar.mbs.sdk.entities.ref.ReofferTicketRef.Builder
Enclosing class:
ReofferTicketRef

public static class ReofferTicketRef.Builder extends Object
Represents a builder for creating instances of the ReofferTicketRef class.
  • Method Details

    • build

      public ReofferTicketRef build()
      Builds the ReofferTicketRef instance.
      Returns:
      The built ReofferTicketRef instance.
    • setTicketSignature

      public ReofferTicketRef.Builder setTicketSignature(String value)
      Sets the ticket signature.
      Parameters:
      value - The ticket signature to set.
      Returns:
      The builder instance.
    • setTicketId

      public ReofferTicketRef.Builder setTicketId(String value)
      Sets the ticket ID.
      Parameters:
      value - The ticket ID to set.
      Returns:
      The builder instance.