| Package | Description |
|---|---|
| com.autocheckinsurance.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
RecallRecord |
RecallRecord.consequence(Boolean consequence) |
RecallRecord |
RecallRecord.date(LocalDate date) |
RecallRecord |
RecallRecord.nhtsaCampaignNumber(String nhtsaCampaignNumber) |
RecallRecord |
RecallRecord.remedy(String remedy) |
RecallRecord |
RecallRecord.status(String status) |
RecallRecord |
RecallRecord.summary(String summary) |
RecallRecord |
RecallRecord.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<RecallRecord> |
VehicleRecall.getRecallRecords()
the list of recalls for the vehicle
|
| Modifier and Type | Method and Description |
|---|---|
VehicleRecall |
VehicleRecall.addRecallRecordsItem(RecallRecord recallRecordsItem) |
| Modifier and Type | Method and Description |
|---|---|
VehicleRecall |
VehicleRecall.recallRecords(List<RecallRecord> recallRecords) |
void |
VehicleRecall.setRecallRecords(List<RecallRecord> recallRecords) |
Copyright © 2018. All rights reserved.