Uses of Class
com.sportradar.mbs.sdk.entities.response.TicketAckResponse.Builder
Packages that use TicketAckResponse.Builder
-
Uses of TicketAckResponse.Builder in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return TicketAckResponse.BuilderModifier and TypeMethodDescriptionstatic TicketAckResponse.BuilderTicketAckResponse.newBuilder()Creates a new instance of the TicketAckResponse.Builder class.static TicketAckResponse.BuilderContentResponse.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.