Interface SmsRootApplication

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

public interface SmsRootApplication extends com.sap.cds.CdsData
An SMS (Subscription Manager Service) root application.
  • Method Details

    • create

      static SmsRootApplication create()
    • create

      static SmsRootApplication 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 service instance id
    • getAppDisplayName

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

      void setAppDisplayName(String name)
      Sets the application display name.
      Parameters:
      name - the display name
    • getAppName

      String getAppName()
      Gets the application name.
      Returns:
      the app name
    • setAppName

      void setAppName(String name)
      Sets the application name.
      Parameters:
      name - the app name
    • getCommercialAppName

      String getCommercialAppName()
      Gets the commercial application name
      Returns:
      the app name
    • setCommercialAppName

      void setCommercialAppName(String name)
      Sets the commercial application name.
      Parameters:
      name - the app name
    • getProviderSubaccountId

      String getProviderSubaccountId()
      Gets the id of the provider subaccount.
      Returns:
      the provider subaccount id
    • setProviderSubaccountId

      void setProviderSubaccountId(String id)
      Sets the id of the provider subaccount.
      Parameters:
      id - the provider subaccount id