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) |
static APINodeList<AdAccountUser> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AdAccountUser |
setFieldId(String value) |
AdAccountUser |
setFieldName(String value) |
AdAccountUser |
setFieldTasks(List<String> value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdAccountUser loadJSON(String json, APIContext context)
public static APINodeList<AdAccountUser> 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 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 © 2018. All rights reserved.