Interface EmailAddressFetchStrategy
-
- All Known Implementing Classes:
DefaultEmailAddressFetchStrategy
public interface EmailAddressFetchStrategyInterface representing strategy for fetching EmailAddressModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailAddressModelfetch(java.lang.String emailAddress, java.lang.String displayName)
-
-
-
Method Detail
-
fetch
EmailAddressModel fetch(java.lang.String emailAddress, java.lang.String displayName)
- Parameters:
emailAddress- email for which the email address object should be fetcheddisplayName- display name for which the email address object should be fetched- Returns:
- email address instance
-
-