All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ProductSet |
copyFrom(ProductSet instance) |
ProductSet.APIRequestDelete |
delete() |
ProductSet |
fetch() |
static ProductSet |
fetchById(Long id,
APIContext context) |
static ProductSet |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductSet> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductSet> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ProductSet> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ProductSet>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ProductSet.APIRequestGet |
get() |
ProductSet.APIRequestGetAutomotiveModels |
getAutomotiveModels() |
APIContext |
getContext() |
ProductSet.APIRequestGetDaChecks |
getDaChecks() |
ProductSet.APIRequestGetDestinations |
getDestinations() |
String |
getFieldAutoCreationUrl() |
String |
getFieldFilter() |
String |
getFieldId() |
String |
getFieldName() |
ProductCatalog |
getFieldProductCatalog() |
Long |
getFieldProductCount() |
ProductSet.APIRequestGetFlights |
getFlights() |
ProductSet.APIRequestGetHomeListings |
getHomeListings() |
ProductSet.APIRequestGetHotels |
getHotels() |
String |
getId() |
static APIRequest.ResponseParser<ProductSet> |
getParser() |
ProductSet.APIRequestGetProducts |
getProducts() |
ProductSet.APIRequestGetVehicleOffers |
getVehicleOffers() |
ProductSet.APIRequestGetVehicles |
getVehicles() |
static ProductSet |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductSet> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
ProductSet.APIRequestUpdate |
update() |