azure-docs-sdk-java/docs-ref-autogen/com.azure.data.appconfigura...

93 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.data.appconfiguration.models.FeatureFlagFilter"
fullName: "com.azure.data.appconfiguration.models.FeatureFlagFilter"
name: "FeatureFlagFilter"
nameWithType: "FeatureFlagFilter"
summary: "Filters in <xref uid=\"com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FeatureFlagConfigurationSetting\"></xref> that can be returned from GET queries."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **FeatureFlagFilter**"
constructors:
- uid: "com.azure.data.appconfiguration.models.FeatureFlagFilter.FeatureFlagFilter(java.lang.String)"
fullName: "com.azure.data.appconfiguration.models.FeatureFlagFilter.FeatureFlagFilter(String name)"
name: "FeatureFlagFilter(String name)"
nameWithType: "FeatureFlagFilter.FeatureFlagFilter(String name)"
summary: "The constructor for a feature flag configuration setting."
parameters:
- description: "the name of this feature flag filter."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FeatureFlagFilter(String name)"
desc: "The constructor for a feature flag configuration setting."
methods:
- uid: "com.azure.data.appconfiguration.models.FeatureFlagFilter.addParameter(java.lang.String,java.lang.Object)"
fullName: "com.azure.data.appconfiguration.models.FeatureFlagFilter.addParameter(String key, Object value)"
name: "addParameter(String key, Object value)"
nameWithType: "FeatureFlagFilter.addParameter(String key, Object value)"
summary: "Add a parameter to the list of parameters."
parameters:
- description: "A key of the parameter."
name: "key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A value of the parameter."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public FeatureFlagFilter addParameter(String key, Object value)"
desc: "Add a parameter to the list of parameters."
returns:
description: "The updated <xref uid=\"com.azure.data.appconfiguration.models.FeatureFlagFilter\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FeatureFlagFilter\"></xref> object."
type: "<xref href=\"com.azure.data.appconfiguration.models.FeatureFlagFilter?alt=com.azure.data.appconfiguration.models.FeatureFlagFilter&text=FeatureFlagFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.appconfiguration.models.FeatureFlagFilter.getName()"
fullName: "com.azure.data.appconfiguration.models.FeatureFlagFilter.getName()"
name: "getName()"
nameWithType: "FeatureFlagFilter.getName()"
summary: "Get the name of this filter."
syntax: "public String getName()"
desc: "Get the name of this filter."
returns:
description: "the name of this filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.data.appconfiguration.models.FeatureFlagFilter.getParameters()"
fullName: "com.azure.data.appconfiguration.models.FeatureFlagFilter.getParameters()"
name: "getParameters()"
nameWithType: "FeatureFlagFilter.getParameters()"
summary: "Get the parameters of this filter."
syntax: "public Map<String,Object> getParameters()"
desc: "Get the parameters of this filter."
returns:
description: "the parameters of this filter."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.data.appconfiguration.models.FeatureFlagFilter.setParameters(java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.azure.data.appconfiguration.models.FeatureFlagFilter.setParameters(Map<String,Object> parameters)"
name: "setParameters(Map<String,Object> parameters)"
nameWithType: "FeatureFlagFilter.setParameters(Map<String,Object> parameters)"
summary: "Set the parameters of this filter."
parameters:
- description: "the parameters of this filter. It is a key-value pair parameters."
name: "parameters"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
syntax: "public FeatureFlagFilter setParameters(Map<String,Object> parameters)"
desc: "Set the parameters of this filter."
returns:
description: "The updated <xref uid=\"com.azure.data.appconfiguration.models.FeatureFlagFilter\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FeatureFlagFilter\"></xref> object."
type: "<xref href=\"com.azure.data.appconfiguration.models.FeatureFlagFilter?alt=com.azure.data.appconfiguration.models.FeatureFlagFilter&text=FeatureFlagFilter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Filters in <xref uid=\"com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FeatureFlagConfigurationSetting\"></xref> that can be returned from GET queries. A filter is a rule for evaluating the state of a feature flag."
metadata: {}
package: "com.azure.data.appconfiguration.models"
artifact: com.azure:azure-data-appconfiguration:1.7.2