| Modifier and Type | Method and Description |
|---|---|
Customer.Builder |
Customer.Builder.clearAge()
Clears the value of the 'age' field.
|
Customer.Builder |
Customer.Builder.clearAutomatedEmail()
Clears the value of the 'automated_email' field.
|
Customer.Builder |
Customer.Builder.clearFirstName()
Clears the value of the 'first_name' field.
|
Customer.Builder |
Customer.Builder.clearHeight()
Clears the value of the 'height' field.
|
Customer.Builder |
Customer.Builder.clearLastName()
Clears the value of the 'last_name' field.
|
Customer.Builder |
Customer.Builder.clearWeight()
Clears the value of the 'weight' field.
|
static Customer.Builder |
Customer.newBuilder()
Creates a new Customer RecordBuilder.
|
static Customer.Builder |
Customer.newBuilder(Customer.Builder other)
Creates a new Customer RecordBuilder by copying an existing Builder.
|
static Customer.Builder |
Customer.newBuilder(Customer other)
Creates a new Customer RecordBuilder by copying an existing Customer instance.
|
Customer.Builder |
Customer.Builder.setAge(int value)
Sets the value of the 'age' field.
|
Customer.Builder |
Customer.Builder.setAutomatedEmail(boolean value)
Sets the value of the 'automated_email' field.
|
Customer.Builder |
Customer.Builder.setFirstName(String value)
Sets the value of the 'first_name' field.
|
Customer.Builder |
Customer.Builder.setHeight(float value)
Sets the value of the 'height' field.
|
Customer.Builder |
Customer.Builder.setLastName(String value)
Sets the value of the 'last_name' field.
|
Customer.Builder |
Customer.Builder.setWeight(float value)
Sets the value of the 'weight' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Customer.Builder |
Customer.newBuilder(Customer.Builder other)
Creates a new Customer RecordBuilder by copying an existing Builder.
|
Copyright © 2020. All rights reserved.