Interface EmailAddressInfo.Builder

    • Method Detail

      • emailAddress

        EmailAddressInfo.Builder emailAddress​(String emailAddress)

        The email address with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.

        Parameters:
        emailAddress - The email address with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        EmailAddressInfo.Builder displayName​(String displayName)

        The display name of email address.

        Parameters:
        displayName - The display name of email address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.