Exemplo n.º 1
0
 /**
  * Get the string encoded version of this object
  *
  * @since v1.0
  */
 public String encode() {
   return EMAIL_FIELD + emailAddress.encode() + Separators.NEWLINE;
 }