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