Class CancelRequest.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.request.CancelRequest.Builder
- Enclosing class:
CancelRequest
Represents a builder for the CancelRequest class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the CancelRequest instance.setCancellationId
(String value) Sets the cancellation ID.setDetails
(CancelDetails value) Sets the details of the cancellation request.
-
Method Details
-
build
Builds the CancelRequest instance.- Returns:
- The built CancelRequest instance.
-
setDetails
Sets the details of the cancellation request.- Parameters:
value
- The details of the cancellation request.- Returns:
- The builder instance.
-
setCancellationId
Sets the cancellation ID.- Parameters:
value
- The cancellation ID.- Returns:
- The builder instance.
-