Class FeatureFlagService

java.lang.Object
com.gooddata.sdk.service.AbstractService
com.gooddata.sdk.service.featureflag.FeatureFlagService

@Deprecated public class FeatureFlagService extends AbstractService
Deprecated.
Provides feature flag management. Feature flag is a boolean flag used for enabling / disabling some specific feature of GoodData platform. It can be used in various scopes (per project, per project group, per user, global etc.).
  • Field Details

    • PROJECT_FEATURE_FLAG_TEMPLATE

      public static final org.springframework.web.util.UriTemplate PROJECT_FEATURE_FLAG_TEMPLATE
      Deprecated.
    • PROJECT_FEATURE_FLAGS_TEMPLATE

      public static final org.springframework.web.util.UriTemplate PROJECT_FEATURE_FLAGS_TEMPLATE
      Deprecated.
    • AGGREGATED_FEATURE_FLAGS_TEMPLATE

      public static final org.springframework.web.util.UriTemplate AGGREGATED_FEATURE_FLAGS_TEMPLATE
      Deprecated.
  • Constructor Details

    • FeatureFlagService

      public FeatureFlagService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings)
      Deprecated.
      Constructs service for GoodData feature flags management.
      Parameters:
      restTemplate - RESTful HTTP Spring template
      settings - settings
  • Method Details