public class BusinessProductCatalogTOS extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
BusinessProductCatalogTOS() |
| Modifier and Type | Method and Description |
|---|---|
BusinessProductCatalogTOS |
copyFrom(BusinessProductCatalogTOS instance) |
APIContext |
getContext() |
Boolean |
getFieldAccepted() |
String |
getFieldContent() |
String |
getFieldId() |
String |
getId() |
static APIRequest.ResponseParser<BusinessProductCatalogTOS> |
getParser() |
static BusinessProductCatalogTOS |
loadJSON(String json,
APIContext context) |
static APINodeList<BusinessProductCatalogTOS> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
BusinessProductCatalogTOS |
setFieldAccepted(Boolean value) |
BusinessProductCatalogTOS |
setFieldContent(String value) |
BusinessProductCatalogTOS |
setFieldId(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static BusinessProductCatalogTOS loadJSON(String json, APIContext context)
public static APINodeList<BusinessProductCatalogTOS> 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 Boolean getFieldAccepted()
public BusinessProductCatalogTOS setFieldAccepted(Boolean value)
public String getFieldContent()
public BusinessProductCatalogTOS setFieldContent(String value)
public String getFieldId()
public BusinessProductCatalogTOS setFieldId(String value)
public BusinessProductCatalogTOS copyFrom(BusinessProductCatalogTOS instance)
public static APIRequest.ResponseParser<BusinessProductCatalogTOS> getParser()
Copyright © 2018. All rights reserved.