Uses of Class
com.sportradar.mbs.sdk.entities.response.CancelAckResponse.Builder
-
Uses of CancelAckResponse.Builder in com.sportradar.mbs.sdk.entities.response
Modifier and TypeMethodDescriptionstatic CancelAckResponse.Builder
CancelAckResponse.newBuilder()
Creates a new instance of the CancelAckResponse.Builder class.static CancelAckResponse.Builder
ContentResponse.newCancelAckResponseBuilder()
Creates a new instance of the CancelAckResponse builder.CancelAckResponse.Builder.setCancellationId
(String value) Sets the cancellation ID.CancelAckResponse.Builder.setCode
(int value) Sets the code.CancelAckResponse.Builder.setMessage
(String value) Sets the message.CancelAckResponse.Builder.setSignature
(String value) Sets the signature.CancelAckResponse.Builder.setStatus
(AcceptanceStatus value) Sets the acceptance status.CancelAckResponse.Builder.setTicketId
(String value) Sets the ticket ID.