Interface SenderContact.Builder

  • Method Details

    • businessTitle

      SenderContact.Builder businessTitle(String businessTitle)

      The sender-provided contact's title (job title or role) associated with the EngagementInvitation .

      Parameters:
      businessTitle - The sender-provided contact's title (job title or role) associated with the EngagementInvitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • email

      The sender-provided contact's email address associated with the EngagementInvitation.

      Parameters:
      email - The sender-provided contact's email address associated with the EngagementInvitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firstName

      SenderContact.Builder firstName(String firstName)

      The sender-provided contact's last name associated with the EngagementInvitation.

      Parameters:
      firstName - The sender-provided contact's last name associated with the EngagementInvitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastName

      SenderContact.Builder lastName(String lastName)

      The sender-provided contact's first name associated with the EngagementInvitation.

      Parameters:
      lastName - The sender-provided contact's first name associated with the EngagementInvitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phone

      The sender-provided contact's phone number associated with the EngagementInvitation.

      Parameters:
      phone - The sender-provided contact's phone number associated with the EngagementInvitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.