Class OutputType


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

      • NUMBER

        public static final OutputType NUMBER
        Static value Number for OutputType.
      • STRING

        public static final OutputType STRING
        Static value String for OutputType.
      • DATE

        public static final OutputType DATE
        Static value Date for OutputType.
      • ENTITY

        public static final OutputType ENTITY
        Static value Entity for OutputType.
    • Constructor Detail

      • OutputType

        public OutputType()
    • Method Detail

      • fromString

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

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