Class EmailAddress


  • public class EmailAddress
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      EmailAddress​(java.lang.String value)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EmailAddress of​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public final java.lang.String value
    • Constructor Detail

      • EmailAddress

        public EmailAddress​(java.lang.String value)
    • Method Detail

      • of

        public static EmailAddress of​(java.lang.String value)