Interface SenderContact.Builder

    • Method Detail

      • 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

        SenderContact.Builder email​(String 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

        SenderContact.Builder phone​(String 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.