Class ReofferCancelDetails.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.cancellation.ReofferCancelDetails.Builder
- Enclosing class:
ReofferCancelDetails
Builder class for creating instances of ReofferCancelDetails.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the ReofferCancelDetails instance.setCode
(int value) Sets the cancellation code.setTicketId
(String value) Sets the ticket ID.setTicketSignature
(String value) Sets the ticket signature.
-
Method Details
-
build
Builds and returns the ReofferCancelDetails instance.- Returns:
- the ReofferCancelDetails instance
-
setCode
Sets the cancellation code.- Parameters:
value
- the cancellation code to set- Returns:
- the Builder 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
-