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