public class PartnerCategory extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
PartnerCategory.EnumPrivateOrPublic |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PartnerCategory() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PartnerCategory loadJSON(String json, APIContext context)
public static APINodeList<PartnerCategory> 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 Long getFieldApproximateCount()
public PartnerCategory setFieldApproximateCount(Long value)
public String getFieldCountry()
public PartnerCategory setFieldCountry(String value)
public String getFieldDescription()
public PartnerCategory setFieldDescription(String value)
public String getFieldDetails()
public PartnerCategory setFieldDetails(String value)
public String getFieldId()
public PartnerCategory setFieldId(String value)
public Boolean getFieldIsPrivate()
public PartnerCategory setFieldIsPrivate(Boolean value)
public String getFieldName()
public PartnerCategory setFieldName(String value)
public String getFieldParentCategory()
public PartnerCategory setFieldParentCategory(String value)
public String getFieldSource()
public PartnerCategory setFieldSource(String value)
public String getFieldStatus()
public PartnerCategory setFieldStatus(String value)
public String getFieldTargetingType()
public PartnerCategory setFieldTargetingType(String value)
public PartnerCategory copyFrom(PartnerCategory instance)
public static APIRequest.ResponseParser<PartnerCategory> getParser()
Copyright © 2017. All rights reserved.