public class ProductCatalogDataSource extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductCatalogDataSource.EnumIngestionSourceType |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductCatalogDataSource() |
| Modifier and Type | Method and Description |
|---|---|
ProductCatalogDataSource |
copyFrom(ProductCatalogDataSource instance) |
APIContext |
getContext() |
String |
getFieldAppId() |
String |
getFieldId() |
String |
getFieldIngestionSourceType() |
String |
getFieldName() |
String |
getFieldUploadType() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalogDataSource> |
getParser() |
static ProductCatalogDataSource |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductCatalogDataSource> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductCatalogDataSource |
setFieldAppId(String value) |
ProductCatalogDataSource |
setFieldId(String value) |
ProductCatalogDataSource |
setFieldIngestionSourceType(String value) |
ProductCatalogDataSource |
setFieldName(String value) |
ProductCatalogDataSource |
setFieldUploadType(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductCatalogDataSource loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductCatalogDataSource> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldAppId()
public ProductCatalogDataSource setFieldAppId(String value)
public String getFieldId()
public ProductCatalogDataSource setFieldId(String value)
public String getFieldIngestionSourceType()
public ProductCatalogDataSource setFieldIngestionSourceType(String value)
public String getFieldName()
public ProductCatalogDataSource setFieldName(String value)
public String getFieldUploadType()
public ProductCatalogDataSource setFieldUploadType(String value)
public ProductCatalogDataSource copyFrom(ProductCatalogDataSource instance)
public static APIRequest.ResponseParser<ProductCatalogDataSource> getParser()
Copyright © 2024. All rights reserved.