Interface EmailRecipient.Builder

  • Method Details

    • address

      EmailRecipient.Builder address(String address)

      Address of the email recipient.

      Parameters:
      address - Address of the email recipient.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      EmailRecipient.Builder displayName(String displayName)

      Display name of the email recipient.

      Parameters:
      displayName - Display name of the email recipient.
      Returns:
      Returns a reference to this object so that method calls can be chained together.