public class AdLabel extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdLabel.APIRequestDelete |
static class |
AdLabel.APIRequestGet |
static class |
AdLabel.APIRequestGetAdCreatives |
static class |
AdLabel.APIRequestGetAds |
static class |
AdLabel.APIRequestGetAdSets |
static class |
AdLabel.APIRequestGetCampaigns |
static class |
AdLabel.APIRequestUpdate |
static class |
AdLabel.EnumExecutionOptions |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdLabel(Long id,
APIContext context) |
AdLabel(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic AdLabel(Long id, APIContext context)
public AdLabel(String id, APIContext context)
public AdLabel fetch() throws APIException
APIExceptionpublic static AdLabel fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static AdLabel fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<AdLabel> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static AdLabel loadJSON(String json, APIContext context)
public static APINodeList<AdLabel> 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 AdLabel.APIRequestGetAdCreatives getAdCreatives()
public AdLabel.APIRequestGetAds getAds()
public AdLabel.APIRequestGetAdSets getAdSets()
public AdLabel.APIRequestGetCampaigns getCampaigns()
public AdLabel.APIRequestDelete delete()
public AdLabel.APIRequestGet get()
public AdLabel.APIRequestUpdate update()
public AdAccount getFieldAccount()
public String getFieldCreatedTime()
public String getFieldId()
public String getFieldName()
public String getFieldUpdatedTime()
public static APIRequest.ResponseParser<AdLabel> getParser()
Copyright © 2017. All rights reserved.