All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AutomotiveModel |
copyFrom(AutomotiveModel instance) |
AutomotiveModel |
fetch() |
static AutomotiveModel |
fetchById(Long id,
APIContext context) |
static AutomotiveModel |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AutomotiveModel> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AutomotiveModel> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AutomotiveModel> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AutomotiveModel>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AutomotiveModel.APIRequestGet |
get() |
APIContext |
getContext() |
AppLinks |
getFieldApplinks() |
String |
getFieldAutomotiveModelId() |
String |
getFieldAvailability() |
String |
getFieldBodyStyle() |
String |
getFieldCurrency() |
String |
getFieldCustomLabel0() |
String |
getFieldDescription() |
String |
getFieldDrivetrain() |
String |
getFieldExteriorColor() |
String |
getFieldFinanceDescription() |
String |
getFieldFinanceType() |
String |
getFieldFuelType() |
String |
getFieldGeneration() |
String |
getFieldId() |
List<String> |
getFieldImages() |
String |
getFieldInteriorColor() |
String |
getFieldInteriorUpholstery() |
String |
getFieldMake() |
String |
getFieldModel() |
String |
getFieldPrice() |
List<String> |
getFieldSanitizedImages() |
String |
getFieldTitle() |
String |
getFieldTransmission() |
String |
getFieldTrim() |
String |
getFieldUrl() |
Long |
getFieldYear() |
String |
getId() |
static APIRequest.ResponseParser<AutomotiveModel> |
getParser() |
static AutomotiveModel |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AutomotiveModel> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |