Class TicketAckRequest.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.request.TicketAckRequest.Builder
- Enclosing class:
TicketAckRequest
Builder class for creating instances of TicketAckRequest.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the TicketAckRequest instance.setAcknowledged(boolean value) Sets the acknowledged status of the ticket.setTicketId(String value) Sets the ticket ID.setTicketSignature(String value) Sets the ticket signature.
-
Method Details
-
build
Builds the TicketAckRequest instance.- Returns:
- The built TicketAckRequest instance.
-
setAcknowledged
Sets the acknowledged status of the ticket.- Parameters:
value- The acknowledged status of the ticket.- Returns:
- The Builder instance.
-
setTicketSignature
Sets the ticket signature.- Parameters:
value- The ticket signature.- Returns:
- The Builder instance.
-
setTicketId
Sets the ticket ID.- Parameters:
value- The ticket ID.- Returns:
- The Builder instance.
-