Class StateValue


  • public final class StateValue
    extends com.azure.core.util.ExpandableStringEnum<StateValue>
    Defines values for StateValue.
    • Field Detail

      • CONSISTENT

        public static final StateValue CONSISTENT
        Static value Consistent for StateValue.
      • IN_CONSISTENT

        public static final StateValue IN_CONSISTENT
        Static value InConsistent for StateValue.
      • UPDATING

        public static final StateValue UPDATING
        Static value Updating for StateValue.
    • Constructor Detail

      • StateValue

        public StateValue()
    • Method Detail

      • fromString

        public static StateValue fromString​(String name)
        Creates or finds a StateValue from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding StateValue.