Interface EmailAddressFetchStrategy

All Known Implementing Classes:
DefaultEmailAddressFetchStrategy

public interface EmailAddressFetchStrategy
Interface representing strategy for fetching EmailAddressModel.
  • Method Details

    • fetch

      EmailAddressModel fetch(String emailAddress, String displayName)
      Parameters:
      emailAddress - email for which the email address object should be fetched
      displayName - display name for which the email address object should be fetched
      Returns:
      email address instance