Interface SmsCallback

All Superinterfaces:
com.sap.cds.CdsData, com.sap.cds.JSONizable, Map<String,Object>

public interface SmsCallback extends com.sap.cds.CdsData
Payload used for the callback to the SMS (Subscription Manager Service).
  • Method Details

    • create

      static SmsCallback create()
    • create

      static SmsCallback create(Map<String,Object> attributes)
    • getStatus

      String getStatus()
      Gets the status.
      Returns:
      SUCCEEDED or FAILED
    • setStatus

      void setStatus(String status)
      Sets the status.
      Parameters:
      status - SUCCEEDED or FAILED
    • getMessage

      String getMessage()
      Gets the success/failure message.
      Returns:
      the message
    • setMessage

      void setMessage(String message)
      Sets the success/failure message.
      Parameters:
      message - the message
    • getApplicationUrl

      String getApplicationUrl()
      Gets the application url.
      Returns:
      the application url
    • setApplicationUrl

      void setApplicationUrl(String url)
      Sets the application url.
      Parameters:
      url - the application url