Package com.sap.cds.services.mt
Interface SmsRootApplication
public interface SmsRootApplication
extends com.sap.cds.CdsData
An SMS (Subscription Manager Service) root application.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory -
Field Summary
Fields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionstatic SmsRootApplicationcreate()static SmsRootApplicationGets the application display name.Gets the application name.Gets the commercial application nameGets the IAS service instance id.Gets the id of the provider subaccount.voidsetAppDisplayName(String name) Sets the application display name.voidsetAppName(String name) Sets the application name.voidsetCommercialAppName(String name) Sets the commercial application name.voidSets the IAS service instance id.voidSets the id of the provider subaccount.Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getMetadata, getPath, getPathOrDefault, isForRemoval, putMetadata, putPath, putPathIfAbsent, removePathMethods inherited from interface com.sap.cds.JSONizable
toJsonMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
create
-
create
-
getIasServiceInstanceId
String getIasServiceInstanceId()Gets the IAS service instance id.- Returns:
- the IAS service instance id
-
setIasServiceInstanceId
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
Sets the application display name.- Parameters:
name- the display name
-
getAppName
String getAppName()Gets the application name.- Returns:
- the app name
-
setAppName
Sets the application name.- Parameters:
name- the app name
-
getCommercialAppName
String getCommercialAppName()Gets the commercial application name- Returns:
- the app name
-
setCommercialAppName
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
Sets the id of the provider subaccount.- Parameters:
id- the provider subaccount id
-