Interface EmergencyContact.Builder

    • Method Detail

      • emailAddress

        EmergencyContact.Builder emailAddress​(String emailAddress)

        The email address for the contact.

        Parameters:
        emailAddress - The email address for the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumber

        EmergencyContact.Builder phoneNumber​(String phoneNumber)

        The phone number for the contact.

        Parameters:
        phoneNumber - The phone number for the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactNotes

        EmergencyContact.Builder contactNotes​(String contactNotes)

        Additional notes regarding the contact.

        Parameters:
        contactNotes - Additional notes regarding the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.