Package com.sap.cds.services.mt
Interface SmsServiceInstance
public interface SmsServiceInstance
extends com.sap.cds.CdsData
An SMS (Subscription Manager Service) service instance.
-
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 SmsServiceInstancecreate()static SmsServiceInstanceGets the application display name.Gets the IAS service instance id.voidsetAppDisplayName(String name) Sets the application display namevoidSets the IAS service instance id.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 IAS service instance id
-
getAppDisplayName
String getAppDisplayName()Gets the application display name.- Returns:
- the app name
-
setAppDisplayName
Sets the application display name- Parameters:
name- the app name
-