Class CancelRequest

java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.CancelRequest

public class CancelRequest extends ContentRequest
Represents a request to cancel a specific operation.
  • Constructor Details

    • CancelRequest

      public CancelRequest()
  • Method Details

    • newBuilder

      public static CancelRequest.Builder newBuilder()
      Creates a new instance of the CancelRequest.Builder class.
      Returns:
      A new instance of the CancelRequest.Builder class.
    • getDetails

      public CancelDetails getDetails()
      Gets the details of the cancellation request.
      Returns:
      The details of the cancellation request.
    • setDetails

      public void setDetails(CancelDetails value)
      Sets the details of the cancellation request.
      Parameters:
      value - The details of the cancellation request.
    • getCancellationId

      public String getCancellationId()
      Gets the cancellation ID.
      Returns:
      The cancellation ID.
    • setCancellationId

      public void setCancellationId(String value)
      Sets the cancellation ID.
      Parameters:
      value - The cancellation ID.