Class MessageLevelType


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

      • ERROR

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

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

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

      • MessageLevelType

        public MessageLevelType()
    • Method Detail

      • fromString

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