All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ProductCatalogLocalizationSettings |
copyFrom(ProductCatalogLocalizationSettings instance) |
ProductCatalogLocalizationSettings |
fetch() |
static ProductCatalogLocalizationSettings |
fetchById(Long id,
APIContext context) |
static ProductCatalogLocalizationSettings |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductCatalogLocalizationSettings> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductCatalogLocalizationSettings> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ProductCatalogLocalizationSettings> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ProductCatalogLocalizationSettings>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ProductCatalogLocalizationSettings.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldDefaultCountry() |
String |
getFieldDefaultLanguage() |
String |
getFieldId() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalogLocalizationSettings> |
getParser() |
static ProductCatalogLocalizationSettings |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductCatalogLocalizationSettings> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |