Class SoftDeleteFeatureState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SoftDeleteFeatureState>
-
- com.azure.resourcemanager.recoveryservicesbackup.models.SoftDeleteFeatureState
-
public final class SoftDeleteFeatureState extends com.azure.core.util.ExpandableStringEnum<SoftDeleteFeatureState>
Defines values for SoftDeleteFeatureState.
-
-
Field Summary
Fields Modifier and Type Field Description static SoftDeleteFeatureState
DISABLED
Static value Disabled for SoftDeleteFeatureState.static SoftDeleteFeatureState
ENABLED
Static value Enabled for SoftDeleteFeatureState.static SoftDeleteFeatureState
INVALID
Static value Invalid for SoftDeleteFeatureState.
-
Constructor Summary
Constructors Constructor Description SoftDeleteFeatureState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SoftDeleteFeatureState
fromString(String name)
Creates or finds a SoftDeleteFeatureState from its string representation.static Collection<SoftDeleteFeatureState>
values()
Gets known SoftDeleteFeatureState values.
-
-
-
Field Detail
-
INVALID
public static final SoftDeleteFeatureState INVALID
Static value Invalid for SoftDeleteFeatureState.
-
ENABLED
public static final SoftDeleteFeatureState ENABLED
Static value Enabled for SoftDeleteFeatureState.
-
DISABLED
public static final SoftDeleteFeatureState DISABLED
Static value Disabled for SoftDeleteFeatureState.
-
-
Method Detail
-
fromString
public static SoftDeleteFeatureState fromString(String name)
Creates or finds a SoftDeleteFeatureState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SoftDeleteFeatureState.
-
values
public static Collection<SoftDeleteFeatureState> values()
Gets known SoftDeleteFeatureState values.- Returns:
- known SoftDeleteFeatureState values.
-
-