public class FeatureFlags extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.web.util.UriTemplate |
AGGREGATED_FEATURE_FLAGS_TEMPLATE |
static String |
AGGREGATED_FEATURE_FLAGS_URI |
| Constructor and Description |
|---|
FeatureFlags() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFlag(String name,
boolean enabled) |
boolean |
equals(Object o) |
List<FeatureFlag> |
getFeatureFlags() |
int |
hashCode() |
String |
toString() |
public static final String AGGREGATED_FEATURE_FLAGS_URI
public static final org.springframework.web.util.UriTemplate AGGREGATED_FEATURE_FLAGS_TEMPLATE
protected void addFlag(String name, boolean enabled)
public List<FeatureFlag> getFeatureFlags()
Copyright © 2015. All Rights Reserved.