Interface EmailAddressFetchStrategy

  • All Known Implementing Classes:
    DefaultEmailAddressFetchStrategy

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

      • fetch

        EmailAddressModel fetch​(java.lang.String emailAddress,
                                java.lang.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