ConfigurationSettingsFilter Class
- java.
lang. Object - com.
azure. data. appconfiguration. models. ConfigurationSettingsFilter
- com.
Implements
public final class ConfigurationSettingsFilter
implements JsonSerializable<ConfigurationSettingsFilter>
Enables filtering of key-values. Syntax reference: https://aka.ms/azconfig/docs/restapisnapshots.
Constructor Summary
Constructor | Description |
---|---|
ConfigurationSettingsFilter(String key) |
Creates an instance of Configuration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Configuration |
fromJson(JsonReader jsonReader)
Reads an instance of Configuration |
String |
getKey()
Get the key property: Filters ConfigurationSetting by their key field. |
String |
getLabel()
Get the label property: Filters ConfigurationSetting by their label field. |
List<String> |
getTags()
Get the tags property: Filters key-values by their tags field. |
Configuration |
setLabel(String label)
Set the label property: Filters ConfigurationSetting by their label field. |
Configuration |
setTags(List<String> tags)
Set the tags property: Filters key-values by their tags field. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
ConfigurationSettingsFilter
public ConfigurationSettingsFilter(String key)
Creates an instance of ConfigurationSettingsFilter class.
Parameters:
Method Details
fromJson
public static ConfigurationSettingsFilter fromJson(JsonReader jsonReader)
Reads an instance of ConfigurationSettingsFilter from the JsonReader.
Parameters:
Returns:
Throws:
getKey
public String getKey()
Get the key property: Filters ConfigurationSetting by their key field.
Returns:
getLabel
public String getLabel()
Get the label property: Filters ConfigurationSetting by their label field.
Returns:
getTags
public List
Get the tags property: Filters key-values by their tags field.
Returns:
setLabel
public ConfigurationSettingsFilter setLabel(String label)
Set the label property: Filters ConfigurationSetting by their label field.
Parameters:
Returns:
setTags
public ConfigurationSettingsFilter setTags(List
Set the tags property: Filters key-values by their tags field.
Parameters:
Returns:
toJson
Applies to
Azure SDK for Java