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