| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ContactDetail.Builder |
ContactDetail.Builder.clearId()
Clears the value of the 'id' field.
|
ContactDetail.Builder |
ContactDetail.Builder.clearName()
Clears the value of the 'name' field.
|
ContactDetail.Builder |
ContactDetail.Builder.clearTelecom()
Clears the value of the 'telecom' field.
|
static ContactDetail.Builder |
ContactDetail.newBuilder()
Creates a new ContactDetail RecordBuilder.
|
static ContactDetail.Builder |
ContactDetail.newBuilder(ContactDetail.Builder other)
Creates a new ContactDetail RecordBuilder by copying an existing Builder.
|
static ContactDetail.Builder |
ContactDetail.newBuilder(ContactDetail other)
Creates a new ContactDetail RecordBuilder by copying an existing ContactDetail instance.
|
ContactDetail.Builder |
ContactDetail.Builder.setId(String value)
Sets the value of the 'id' field.
|
ContactDetail.Builder |
ContactDetail.Builder.setName(String value)
Sets the value of the 'name' field.
|
ContactDetail.Builder |
ContactDetail.Builder.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ContactDetail.Builder |
ContactDetail.newBuilder(ContactDetail.Builder other)
Creates a new ContactDetail RecordBuilder by copying an existing Builder.
|
Copyright © 2020. All rights reserved.