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