public class AdKeywords extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdKeywords() |
Modifier and Type | Method and Description |
---|---|
AdKeywords |
copyFrom(AdKeywords instance) |
APIContext |
getContext() |
List<String> |
getFieldBrands() |
List<String> |
getFieldProductCategories() |
List<String> |
getFieldProductNames() |
List<String> |
getFieldSearchTerms() |
String |
getId() |
static APIRequest.ResponseParser<AdKeywords> |
getParser() |
static AdKeywords |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdKeywords> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdKeywords |
setFieldBrands(List<String> value) |
AdKeywords |
setFieldProductCategories(List<String> value) |
AdKeywords |
setFieldProductNames(List<String> value) |
AdKeywords |
setFieldSearchTerms(List<String> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdKeywords loadJSON(String json, APIContext context, String header)
public static APINodeList<AdKeywords> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public AdKeywords setFieldBrands(List<String> value)
public AdKeywords setFieldProductCategories(List<String> value)
public AdKeywords setFieldProductNames(List<String> value)
public AdKeywords setFieldSearchTerms(List<String> value)
public AdKeywords copyFrom(AdKeywords instance)
public static APIRequest.ResponseParser<AdKeywords> getParser()
Copyright © 2020. All rights reserved.