Package com.sap.cds.services.mt
Interface SmsSubscriptionRequest
public interface SmsSubscriptionRequest
extends com.sap.cds.CdsData
The payload for a subscription request from the SMS (Subscription Manager
Service).
-
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 SmsSubscriptionRequestcreate()static SmsSubscriptionRequestvoidsetEventType(String eventType) voidsetOwnServiceInstance(SmsServiceInstance serviceInstance) voidsetRootApplication(SmsRootApplication rootApplication) voidsetSubscriber(SmsSubscriber subscriber) 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
-
getSubscriber
SmsSubscriber getSubscriber() -
setSubscriber
-
getRootApplication
SmsRootApplication getRootApplication() -
setRootApplication
-
getOwnServiceInstance
SmsServiceInstance getOwnServiceInstance() -
setOwnServiceInstance
-
getEventType
String getEventType() -
setEventType
-