public class ProductItemImporterAddress extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductItemImporterAddress() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductItemImporterAddress loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductItemImporterAddress> 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 getFieldCity()
public ProductItemImporterAddress setFieldCity(String value)
public String getFieldCountry()
public ProductItemImporterAddress setFieldCountry(String value)
public String getFieldPostalCode()
public ProductItemImporterAddress setFieldPostalCode(String value)
public String getFieldRegion()
public ProductItemImporterAddress setFieldRegion(String value)
public String getFieldStreet1()
public ProductItemImporterAddress setFieldStreet1(String value)
public String getFieldStreet2()
public ProductItemImporterAddress setFieldStreet2(String value)
public ProductItemImporterAddress copyFrom(ProductItemImporterAddress instance)
public static APIRequest.ResponseParser<ProductItemImporterAddress> getParser()
Copyright © 2024. All rights reserved.