public class ProductCatalogUserPermissions extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductCatalogUserPermissions() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductCatalogUserPermissions loadJSON(String json, APIContext context)
public static APINodeList<ProductCatalogUserPermissions> 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 Business getFieldBusiness()
public ProductCatalogUserPermissions setFieldBusiness(Business value)
public ProductCatalogUserPermissions setFieldBusiness(String value)
public Object getFieldBusinessPersona()
public ProductCatalogUserPermissions setFieldBusinessPersona(Object value)
public User getFieldCreatedBy()
public ProductCatalogUserPermissions setFieldCreatedBy(User value)
public ProductCatalogUserPermissions setFieldCreatedBy(String value)
public String getFieldCreatedTime()
public ProductCatalogUserPermissions setFieldCreatedTime(String value)
public String getFieldEmail()
public ProductCatalogUserPermissions setFieldEmail(String value)
public String getFieldRole()
public ProductCatalogUserPermissions setFieldRole(String value)
public String getFieldStatus()
public ProductCatalogUserPermissions setFieldStatus(String value)
public User getFieldUpdatedBy()
public ProductCatalogUserPermissions setFieldUpdatedBy(User value)
public ProductCatalogUserPermissions setFieldUpdatedBy(String value)
public String getFieldUpdatedTime()
public ProductCatalogUserPermissions setFieldUpdatedTime(String value)
public User getFieldUser()
public ProductCatalogUserPermissions setFieldUser(User value)
public ProductCatalogUserPermissions setFieldUser(String value)
public String getFieldId()
public ProductCatalogUserPermissions setFieldId(String value)
public ProductCatalogUserPermissions copyFrom(ProductCatalogUserPermissions instance)
public static APIRequest.ResponseParser<ProductCatalogUserPermissions> getParser()
Copyright © 2018. All rights reserved.