All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Vehicle |
copyFrom(Vehicle instance) |
Vehicle |
fetch() |
static Vehicle |
fetchById(Long id,
APIContext context) |
static Vehicle |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Vehicle> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Vehicle> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Vehicle> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Vehicle>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Vehicle.APIRequestGet |
get() |
APIContext |
getContext() |
Object |
getFieldAddress() |
AppLinks |
getFieldApplinks() |
String |
getFieldAvailability() |
String |
getFieldBodyStyle() |
String |
getFieldCondition() |
String |
getFieldCurrency() |
String |
getFieldCustomLabel0() |
String |
getFieldDateFirstOnLot() |
String |
getFieldDealerCommunicationChannel() |
String |
getFieldDealerEmail() |
String |
getFieldDealerId() |
String |
getFieldDealerName() |
String |
getFieldDealerPhone() |
String |
getFieldDealerPrivacyPolicyUrl() |
String |
getFieldDescription() |
String |
getFieldDrivetrain() |
String |
getFieldExteriorColor() |
Page |
getFieldFbPageId() |
List<Object> |
getFieldFeatures() |
String |
getFieldFuelType() |
String |
getFieldId() |
List<String> |
getFieldImages() |
String |
getFieldInteriorColor() |
String |
getFieldLegalDisclosureImpressumUrl() |
String |
getFieldMake() |
Object |
getFieldMileage() |
String |
getFieldModel() |
String |
getFieldPreviousCurrency() |
String |
getFieldPreviousPrice() |
String |
getFieldPrice() |
String |
getFieldSaleCurrency() |
String |
getFieldSalePrice() |
List<String> |
getFieldSanitizedImages() |
String |
getFieldStateOfVehicle() |
String |
getFieldTitle() |
String |
getFieldTransmission() |
String |
getFieldTrim() |
String |
getFieldUrl() |
String |
getFieldVehicleId() |
String |
getFieldVehicleRegistrationPlate() |
List<Object> |
getFieldVehicleSpecifications() |
String |
getFieldVehicleType() |
String |
getFieldVin() |
Long |
getFieldYear() |
String |
getId() |
static APIRequest.ResponseParser<Vehicle> |
getParser() |
static Vehicle |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Vehicle> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
Vehicle.APIRequestUpdate |
update() |