| Modifier and Type | Field and Description |
|---|---|
List<Service> |
Car.serviceHistory
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
Car.getServiceHistory()
Gets the value of the 'serviceHistory' field.
|
List<Service> |
Car.Builder.getServiceHistory()
Gets the value of the 'serviceHistory' field
|
| Modifier and Type | Method and Description |
|---|---|
static Service.Builder |
Service.newBuilder(Service other)
Creates a new Service RecordBuilder by copying an existing Service instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
Car.setServiceHistory(List<Service> value)
Sets the value of the 'serviceHistory' field.
|
Car.Builder |
Car.Builder.setServiceHistory(List<Service> value)
Sets the value of the 'serviceHistory' field
|
| Constructor and Description |
|---|
Car(Long year,
String registration,
String make,
String model,
Integer doors,
Engine engine,
Object optionalExtra,
List<Service> serviceHistory)
All-args constructor.
|
Copyright © 2013. All Rights Reserved.