Class LevelType


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

      • ERROR

        public static final LevelType ERROR
        Static value Error for LevelType.
      • WARNING

        public static final LevelType WARNING
        Static value Warning for LevelType.
      • INFORMATION

        public static final LevelType INFORMATION
        Static value Information for LevelType.
    • Constructor Detail

      • LevelType

        public LevelType()
    • Method Detail

      • fromString

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