Class ValueFormat


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

      • JSON

        public static final ValueFormat JSON
        Static value JSON for ValueFormat.
    • Constructor Detail

      • ValueFormat

        public ValueFormat()
    • Method Detail

      • fromString

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

        public static Collection<ValueFormat> values()
        Gets known ValueFormat values.
        Returns:
        known ValueFormat values.