Package com.sap.cds.services.mt
Interface SaasRegistryCallback
public interface SaasRegistryCallback
extends com.sap.cds.CdsData
Payload used for the callback to the SaaS Registry.
-
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 SaasRegistryCallbackcreate()static SaasRegistryCallbackGets the success/failure message.Gets the status.voidsetMessage(String message) Sets the success/failure message.voidSets the status.voidsetSubscriptionUrl(String url) Sets the subscription url.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
-
getStatus
String getStatus()Gets the status.- Returns:
- SUCCEEDED or FAILED
-
setStatus
Sets the status.- Parameters:
status- SUCCEEDED or FAILED
-
getMessage
String getMessage()Gets the success/failure message.- Returns:
- the message
-
setMessage
Sets the success/failure message.- Parameters:
message- the message
-
setSubscriptionUrl
Sets the subscription url.- Parameters:
url- the subscription url
-