Class ProjectFeatureFlags
java.lang.Object
com.gooddata.sdk.model.featureflag.ProjectFeatureFlags
- All Implemented Interfaces:
Iterable<ProjectFeatureFlag>
Deprecated.
-
Field Details
-
PROJECT_FEATURE_FLAGS_URI
Deprecated.- See Also:
-
-
Method Details
-
iterator
Deprecated.- Specified by:
iteratorin interfaceIterable<ProjectFeatureFlag>
-
isEnabled
Deprecated.Returns true if the project feature flag with given name exists and is enabled, false otherwise.- Parameters:
flagName- the name of project feature flag- Returns:
- true if the project feature flag with given name exists and is enabled, false otherwise
-
toString
Deprecated.
-