SettingFields Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. data. appconfiguration. models. SettingFields
- com.
- com.
public final class SettingFields
extends ExpandableStringEnum<SettingFields>
Fields in ConfigurationSetting that can be returned from GET queries.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Setting |
CONTENT_TYPE
Populates the 'content_type' from the service. |
static final
Setting |
ETAG
Populates the 'etag' from the service. |
static final
Setting |
IS_READ_ONLY
Populates the 'locked' from the service. |
static final
Setting |
KEY
Populates the 'key' from the service. |
static final
Setting |
LABEL
Populates the 'label' from the service. |
static final
Setting |
LAST_MODIFIED
Populates the 'last_modified' from the service. |
static final
Setting |
TAGS
Populates the 'tags' from the service. |
static final
Setting |
VALUE
Populates the 'value' from the service. |
Constructor Summary
Constructor | Description |
---|---|
SettingFields() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Setting |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Setting |
fromString(String name)
Creates or finds a SettingFields from its string representation. |
static String |
toStringMapper(SettingFields field)
Deprecated
This method is no longer needed. Setting
Converts the Setting |
static
Collection<Setting |
values()
Gets known Setting |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONTENT_TYPE
public static final SettingFields CONTENT_TYPE
Populates the 'content_type' from the service.
ETAG
public static final SettingFields ETAG
Populates the 'etag' from the service.
IS_READ_ONLY
public static final SettingFields IS_READ_ONLY
Populates the 'locked' from the service.
KEY
public static final SettingFields KEY
Populates the 'key' from the service.
LABEL
public static final SettingFields LABEL
Populates the 'label' from the service.
LAST_MODIFIED
public static final SettingFields LAST_MODIFIED
Populates the 'last_modified' from the service.
TAGS
public static final SettingFields TAGS
Populates the 'tags' from the service.
VALUE
public static final SettingFields VALUE
Populates the 'value' from the service.
Constructor Details
SettingFields
@Deprecated
public SettingFields()
Deprecated
Creates a new instance of SettingFields value.
Method Details
fromString
public static SettingFields fromString(String name)
Creates or finds a SettingFields from its string representation.
Parameters:
Returns:
toStringMapper
@Deprecated
public static String toStringMapper(SettingFields field)
Deprecated
Converts the SettingFields to a string that is usable for HTTP requests and logging.
Parameters:
Returns:
values
public static Collection
Gets known SettingFields values.
Returns:
Applies to
Azure SDK for Java