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