Interface MessageType

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultMessageType, MessageSeverity, MessageStatus

public interface MessageType extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Get a string representation of a message type.
  • Method Details

    • getType

      @NotNull @NotNull String getType()
      Get a string representation of a message type.
      Returns:
      String representation of a type.