Package com.sap.cds.services.mt
Interface SaasRegistryDependency
public interface SaasRegistryDependency
extends com.sap.cds.CdsData
-
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 SaasRegistryDependencycreate()Creates a newSaasRegistryDependencyinstancestatic SaasRegistryDependencyCreates a newSaasRegistryDependencyinstance with the given xsappnamegetAppId()Deprecated.Deprecated.UsegetXsappname()insteadvoidDeprecated.UsesetXsappname(String)insteadvoidsetAppName(String appName) Deprecated.UsesetXsappname(String)insteadvoidsetXsappname(String xsappname) Sets the xsappname of the required serviceMethods 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
Creates a newSaasRegistryDependencyinstance- Returns:
- the
SaasRegistryDependencyinstance
-
create
Creates a newSaasRegistryDependencyinstance with the given xsappname- Parameters:
xsappname- the xsappname of the required service- Returns:
- the new
SaasRegistryDependencyinstance
-
getXsappname
String getXsappname()- Returns:
- the xsappname of the required service
-
setXsappname
Sets the xsappname of the required service- Parameters:
xsappname- the xsappname of the required service
-
getAppId
Deprecated.UsegetXsappname()instead- Returns:
- the appId of the required service
-
setAppId
Deprecated.UsesetXsappname(String)insteadSets the appId of the required service- Parameters:
appId- the appId of the required service
-
getAppName
Deprecated.UsegetXsappname()instead- Returns:
- the appName of the required service
-
setAppName
Deprecated.UsesetXsappname(String)insteadSets the appName of the required service- Parameters:
appName- the appName of the required service
-
getXsappname()instead