public class ProductCatalogUserTasks extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductCatalogUserTasks() |
| Modifier and Type | Method and Description |
|---|---|
ProductCatalogUserTasks |
copyFrom(ProductCatalogUserTasks instance) |
APIContext |
getContext() |
Business |
getFieldBusiness() |
List<String> |
getFieldTasks() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalogUserTasks> |
getParser() |
static ProductCatalogUserTasks |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductCatalogUserTasks> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductCatalogUserTasks |
setFieldBusiness(Business value) |
ProductCatalogUserTasks |
setFieldBusiness(String value) |
ProductCatalogUserTasks |
setFieldTasks(List<String> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductCatalogUserTasks loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductCatalogUserTasks> 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 Business getFieldBusiness()
public ProductCatalogUserTasks setFieldBusiness(Business value)
public ProductCatalogUserTasks setFieldBusiness(String value)
public ProductCatalogUserTasks setFieldTasks(List<String> value)
public ProductCatalogUserTasks copyFrom(ProductCatalogUserTasks instance)
public static APIRequest.ResponseParser<ProductCatalogUserTasks> getParser()
Copyright © 2024. All rights reserved.