Interface SmsServiceInstance

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

public interface SmsServiceInstance extends com.sap.cds.CdsData
An SMS (Subscription Manager Service) service instance.
  • Method Details

    • create

      static SmsServiceInstance create()
    • create

      static SmsServiceInstance create(Map<String,Object> attributes)
    • getIasServiceInstanceId

      String getIasServiceInstanceId()
      Gets the IAS service instance id.
      Returns:
      the IAS service instance id
    • setIasServiceInstanceId

      void setIasServiceInstanceId(String id)
      Sets the IAS service instance id.
      Parameters:
      id - the IAS service instance id
    • getAppDisplayName

      String getAppDisplayName()
      Gets the application display name.
      Returns:
      the app name
    • setAppDisplayName

      void setAppDisplayName(String name)
      Sets the application display name
      Parameters:
      name - the app name