public class ProductCatalog extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductCatalog(Long id,
APIContext context) |
ProductCatalog(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic ProductCatalog(Long id, APIContext context)
public ProductCatalog(String id, APIContext context)
public ProductCatalog fetch() throws APIException
APIExceptionpublic static ProductCatalog fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static ProductCatalog fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<ProductCatalog> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static ProductCatalog loadJSON(String json, APIContext context)
public static APINodeList<ProductCatalog> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic ProductCatalog.APIRequestGetAgencies getAgencies()
public ProductCatalog.APIRequestGetCheckBatchRequestStatus getCheckBatchRequestStatus()
public ProductCatalog.APIRequestGetDestinations getDestinations()
public ProductCatalog.APIRequestDeleteExternalEventSources deleteExternalEventSources()
public ProductCatalog.APIRequestGetExternalEventSources getExternalEventSources()
public ProductCatalog.APIRequestCreateExternalEventSource createExternalEventSource()
public ProductCatalog.APIRequestGetFlights getFlights()
public ProductCatalog.APIRequestGetHomeListings getHomeListings()
public ProductCatalog.APIRequestCreateHomeListing createHomeListing()
public ProductCatalog.APIRequestGetHotelRoomsBatch getHotelRoomsBatch()
public ProductCatalog.APIRequestCreateHotelRoomsBatch createHotelRoomsBatch()
public ProductCatalog.APIRequestGetHotels getHotels()
public ProductCatalog.APIRequestCreateHotel createHotel()
public ProductCatalog.APIRequestGetPricingVariablesBatch getPricingVariablesBatch()
public ProductCatalog.APIRequestCreatePricingVariablesBatch createPricingVariablesBatch()
public ProductCatalog.APIRequestGetProductFeeds getProductFeeds()
public ProductCatalog.APIRequestCreateProductFeed createProductFeed()
public ProductCatalog.APIRequestGetProductGroups getProductGroups()
public ProductCatalog.APIRequestCreateProductGroup createProductGroup()
public ProductCatalog.APIRequestGetProductSets getProductSets()
public ProductCatalog.APIRequestCreateProductSet createProductSet()
public ProductCatalog.APIRequestGetProductSetsBatch getProductSetsBatch()
public ProductCatalog.APIRequestGetProducts getProducts()
public ProductCatalog.APIRequestCreateProduct createProduct()
public ProductCatalog.APIRequestCreateVideo createVideo()
public ProductCatalog.APIRequestDelete delete()
public ProductCatalog.APIRequestGet get()
public ProductCatalog.APIRequestUpdate update()
public Business getFieldBusiness()
public ProductCatalogImageSettings getFieldDaDisplaySettings()
public String getFieldDefaultImageUrl()
public Long getFieldFeedCount()
public Object getFieldFlightCatalogSettings()
public String getFieldId()
public Boolean getFieldImagePaddingLandscape()
public Boolean getFieldImagePaddingSquare()
public String getFieldName()
public Long getFieldProductCount()
public Long getFieldQualifiedProductCount()
public String getFieldVertical()
public ProductCatalog copyFrom(ProductCatalog instance)
public static APIRequest.ResponseParser<ProductCatalog> getParser()
Copyright © 2017. All rights reserved.