Interface SmsUnsubscriptionRequest

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

public interface SmsUnsubscriptionRequest extends com.sap.cds.CdsData
Payload for a delete subscription request from the SMS (Subscription Manager Service).
  • Method Details

    • create

      static SmsUnsubscriptionRequest create()
    • create

      static SmsUnsubscriptionRequest create(Map<String,Object> attributes)
    • getOwnServiceInstance

      String getOwnServiceInstance()
      Includes the IAS service instance ID of the application.
      Returns:
      the service instance ID
    • setOwnServiceInstance

      void setOwnServiceInstance(String instanceId)
    • getServiceInstances

      String getServiceInstances()
      The dependent service instances separated by ';'. r
      Returns:
      the dependent service instances
    • setServiceInstances

      void setServiceInstances(String instances)
    • getPlanName

      String getPlanName()
      The application's plan.
      Returns:
      the app plan
    • setPlanName

      void setPlanName(String planName)