Interface FromAddressGenerator
-
public interface FromAddressGenerator
Constructs an address to send email from.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gerrit.mail.Address
from(Account.Id fromId)
boolean
isGenericAddress(Account.Id fromId)
-
-
-
Method Detail
-
isGenericAddress
boolean isGenericAddress(Account.Id fromId)
-
from
com.google.gerrit.mail.Address from(Account.Id fromId)
-
-