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