All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
VehicleOffer |
copyFrom(VehicleOffer instance) |
VehicleOffer |
fetch() |
static VehicleOffer |
fetchById(Long id,
APIContext context) |
static VehicleOffer |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VehicleOffer> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VehicleOffer> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<VehicleOffer> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<VehicleOffer>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
VehicleOffer.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAmountCurrency() |
Double |
getFieldAmountPercentage() |
String |
getFieldAmountPrice() |
String |
getFieldAmountQualifier() |
AppLinks |
getFieldApplinks() |
String |
getFieldBodyStyle() |
String |
getFieldCashbackCurrency() |
String |
getFieldCashbackPrice() |
String |
getFieldCurrency() |
List<String> |
getFieldDmaCodes() |
String |
getFieldDownpaymentCurrency() |
String |
getFieldDownpaymentPrice() |
String |
getFieldDownpaymentQualifier() |
String |
getFieldEndDate() |
Long |
getFieldEndTime() |
String |
getFieldId() |
List<String> |
getFieldImages() |
String |
getFieldOfferDescription() |
String |
getFieldOfferDisclaimer() |
String |
getFieldOfferType() |
String |
getFieldPrice() |
List<String> |
getFieldSanitizedImages() |
String |
getFieldStartDate() |
Long |
getFieldStartTime() |
Long |
getFieldTermLength() |
String |
getFieldTermQualifier() |
String |
getFieldTitle() |
String |
getFieldTrim() |
String |
getFieldUrl() |
String |
getFieldVehicleOfferId() |
Long |
getFieldYear() |
String |
getId() |
static APIRequest.ResponseParser<VehicleOffer> |
getParser() |
static VehicleOffer |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<VehicleOffer> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |