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