static ContactDetail.Builder |
ContactDetail.builder() |
|
ContactDetail.Builder |
ContactDetail.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ContactDetail.Builder |
ContactDetail.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected ContactDetail.Builder |
ContactDetail.Builder.from(ContactDetail contactDetail) |
|
ContactDetail.Builder |
ContactDetail.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
ContactDetail.Builder |
ContactDetail.Builder.name(String name) |
The name of an individual to contact.
|
ContactDetail.Builder |
ContactDetail.Builder.telecom(ContactPoint... telecom) |
The contact details for the individual (if a name was provided) or the organization.
|
ContactDetail.Builder |
ContactDetail.Builder.telecom(Collection<ContactPoint> telecom) |
The contact details for the individual (if a name was provided) or the organization.
|
ContactDetail.Builder |
ContactDetail.toBuilder() |
|