Class FeatureFlags
java.lang.Object
com.gooddata.sdk.model.featureflag.FeatureFlags
- All Implemented Interfaces:
Iterable<FeatureFlag>
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Adds the feature flag of given name and given value.booleanDeprecated.inthashCode()Deprecated.booleanDeprecated.Returns true if the feature flag with given name exists and is enabled, false otherwise.iterator()Deprecated.voidremoveFlag(String flagName) Deprecated.Removes flag of given name.toString()Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
AGGREGATED_FEATURE_FLAGS_URI
Deprecated.- See Also:
-
-
Constructor Details
-
FeatureFlags
public FeatureFlags()Deprecated.
-
-
Method Details
-
addFlag
Deprecated.Adds the feature flag of given name and given value.- Parameters:
name- feature flag nameenabled- feature flag value (enabled / disabled)
-
removeFlag
Deprecated.Removes flag of given name.- Parameters:
flagName- name of the flag to remove
-
iterator
Deprecated.- Specified by:
iteratorin interfaceIterable<FeatureFlag>
-
isEnabled
Deprecated.Returns true if the feature flag with given name exists and is enabled, false otherwise.- Parameters:
flagName- the name of feature flag- Returns:
- true if the feature flag with given name exists and is enabled, false otherwise
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-