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 |
getId() |
static APIRequest.ResponseParser<BusinessProductCatalogTOS> |
getParser() |
static BusinessProductCatalogTOS |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BusinessProductCatalogTOS> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
BusinessProductCatalogTOS |
setFieldAccepted(Boolean value) |
BusinessProductCatalogTOS |
setFieldContent(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static BusinessProductCatalogTOS loadJSON(String json, APIContext context, String header)
public static APINodeList<BusinessProductCatalogTOS> 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 Boolean getFieldAccepted()
public BusinessProductCatalogTOS setFieldAccepted(Boolean value)
public String getFieldContent()
public BusinessProductCatalogTOS setFieldContent(String value)
public BusinessProductCatalogTOS copyFrom(BusinessProductCatalogTOS instance)
public static APIRequest.ResponseParser<BusinessProductCatalogTOS> getParser()
Copyright © 2024. All rights reserved.