public static interface EmergencyContact.Builder extends SdkPojo, CopyableBuilder<EmergencyContact.Builder,EmergencyContact>
| Modifier and Type | Method and Description |
|---|---|
EmergencyContact.Builder |
contactNotes(String contactNotes)
Additional notes regarding the contact.
|
EmergencyContact.Builder |
emailAddress(String emailAddress)
The email address for the contact.
|
EmergencyContact.Builder |
phoneNumber(String phoneNumber)
The phone number for the contact.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEmergencyContact.Builder emailAddress(String emailAddress)
The email address for the contact.
emailAddress - The email address for the contact.EmergencyContact.Builder phoneNumber(String phoneNumber)
The phone number for the contact.
phoneNumber - The phone number for the contact.EmergencyContact.Builder contactNotes(String contactNotes)
Additional notes regarding the contact.
contactNotes - Additional notes regarding the contact.Copyright © 2023. All rights reserved.