Interface EmergencyContact.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EmergencyContact.Builder,EmergencyContact>, SdkBuilder<EmergencyContact.Builder,EmergencyContact>, SdkPojo
Enclosing class:
EmergencyContact

public static interface EmergencyContact.Builder extends SdkPojo, CopyableBuilder<EmergencyContact.Builder,EmergencyContact>
  • Method Details

    • 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.