Class ProjectFeatureFlags

java.lang.Object
com.gooddata.sdk.model.featureflag.ProjectFeatureFlags
All Implemented Interfaces:
Iterable<ProjectFeatureFlag>

@Deprecated public class ProjectFeatureFlags extends Object implements Iterable<ProjectFeatureFlag>
Deprecated.
  • Field Details

  • Method Details

    • iterator

      public Iterator<ProjectFeatureFlag> iterator()
      Deprecated.
      Specified by:
      iterator in interface Iterable<ProjectFeatureFlag>
    • isEnabled

      public boolean isEnabled(String flagName)
      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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object