FeatureFlagFilter Class
- java.
lang. Object - com.
azure. data. appconfiguration. models. FeatureFlagFilter
- com.
public final class FeatureFlagFilter
Filters in FeatureFlagConfigurationSetting that can be returned from GET queries. A filter is a rule for evaluating the state of a feature flag.
Constructor Summary
Constructor | Description |
---|---|
FeatureFlagFilter(String name) |
The constructor for a feature flag configuration setting. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Feature |
addParameter(String key, Object value)
Add a parameter to the list of parameters. |
String |
getName()
Get the name of this filter. |
Map<String,Object> |
getParameters()
Get the parameters of this filter. |
Feature |
setParameters(Map<String,Object> parameters)
Set the parameters of this filter. |
Methods inherited from java.lang.Object
Constructor Details
FeatureFlagFilter
public FeatureFlagFilter(String name)
The constructor for a feature flag configuration setting.
Parameters:
Method Details
addParameter
public FeatureFlagFilter addParameter(String key, Object value)
Add a parameter to the list of parameters.
Parameters:
Returns:
getName
public String getName()
Get the name of this filter.
Returns:
getParameters
public Map
Get the parameters of this filter.
Returns:
setParameters
public FeatureFlagFilter setParameters(Map
Set the parameters of this filter.
Parameters:
Returns:
Applies to
Azure SDK for Java