Interface SaasRegistryCallback

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

public interface SaasRegistryCallback extends com.sap.cds.CdsData
Payload used for the callback to the SaaS Registry.
  • Method Details

    • create

      static SaasRegistryCallback create()
    • create

      static SaasRegistryCallback 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
    • setSubscriptionUrl

      void setSubscriptionUrl(String url)
      Sets the subscription url.
      Parameters:
      url - the subscription url