Package com.sap.cds.services.request
Interface FeatureToggle
public interface FeatureToggle
Interface that provides information about a specific feature toggle.
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- The name of the feature
-
isEnabled
boolean isEnabled()- Returns:
true
if the feature is enabled,false
otherwise
-