Interface AlternateContact.Builder

    • Method Detail

      • emailAddress

        AlternateContact.Builder emailAddress​(String emailAddress)

        The email address associated with this alternate contact.

        Parameters:
        emailAddress - The email address associated with this alternate contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AlternateContact.Builder name​(String name)

        The name associated with this alternate contact.

        Parameters:
        name - The name associated with this alternate contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumber

        AlternateContact.Builder phoneNumber​(String phoneNumber)

        The phone number associated with this alternate contact.

        Parameters:
        phoneNumber - The phone number associated with this alternate contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        AlternateContact.Builder title​(String title)

        The title associated with this alternate contact.

        Parameters:
        title - The title associated with this alternate contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.