Class CancelRequest
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.CancelRequest
Represents a request to cancel a specific operation.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a builder for the CancelRequest class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the cancellation ID.Gets the details of the cancellation request.static CancelRequest.Builder
Creates a new instance of the CancelRequest.Builder class.void
setCancellationId
(String value) Sets the cancellation ID.void
setDetails
(CancelDetails value) Sets the details of the cancellation request.Methods inherited from class com.sportradar.mbs.sdk.entities.request.ContentRequest
newBalanceChangeInformRequestBuilder, newCancelAckRequestBuilder, newCancelRequestBuilder, newCashoutAckRequestBuilder, newCashoutRequestBuilder, newCasinoSessionsRequestBuilder, newDepositInformRequestBuilder, newExtSettlementAckRequestBuilder, newExtSettlementRequestBuilder, newTicketAckRequestBuilder, newTicketInformRequestBuilder, newTicketRequestBuilder, newWithdrawalInformRequestBuilder
-
Constructor Details
-
CancelRequest
public CancelRequest()
-
-
Method Details
-
newBuilder
Creates a new instance of the CancelRequest.Builder class.- Returns:
- A new instance of the CancelRequest.Builder class.
-
getDetails
Gets the details of the cancellation request.- Returns:
- The details of the cancellation request.
-
setDetails
Sets the details of the cancellation request.- Parameters:
value
- The details of the cancellation request.
-
getCancellationId
Gets the cancellation ID.- Returns:
- The cancellation ID.
-
setCancellationId
Sets the cancellation ID.- Parameters:
value
- The cancellation ID.
-