Class ReofferTicketRef.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.ref.ReofferTicketRef.Builder
- Enclosing class:
ReofferTicketRef
Represents a builder for creating instances of the ReofferTicketRef class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the ReofferTicketRef instance.setTicketId
(String value) Sets the ticket ID.setTicketSignature
(String value) Sets the ticket signature.
-
Method Details
-
build
Builds the ReofferTicketRef instance.- Returns:
- The built ReofferTicketRef instance.
-
setTicketSignature
Sets the ticket signature.- Parameters:
value
- The ticket signature to set.- Returns:
- The builder instance.
-
setTicketId
Sets the ticket ID.- Parameters:
value
- The ticket ID to set.- Returns:
- The builder instance.
-