Package com.sap.cds.services.mt
Interface SmsUnsubscriptionRequest
public interface SmsUnsubscriptionRequest
extends com.sap.cds.CdsData
Payload for a delete 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 SmsUnsubscriptionRequestcreate()static SmsUnsubscriptionRequestIncludes the IAS service instance ID of the application.The application's plan.The dependent service instances separated by ';'.voidsetOwnServiceInstance(String instanceId) voidsetPlanName(String planName) voidsetServiceInstances(String instances) 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
-
getOwnServiceInstance
String getOwnServiceInstance()Includes the IAS service instance ID of the application.- Returns:
- the service instance ID
-
setOwnServiceInstance
-
getServiceInstances
String getServiceInstances()The dependent service instances separated by ';'. r- Returns:
- the dependent service instances
-
setServiceInstances
-
getPlanName
String getPlanName()The application's plan.- Returns:
- the app plan
-
setPlanName
-