All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdLabel |
copyFrom(AdLabel instance) |
AdLabel.APIRequestDelete |
delete() |
AdLabel |
fetch() |
static AdLabel |
fetchById(Long id,
APIContext context) |
static AdLabel |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdLabel> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdLabel> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdLabel> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdLabel>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdLabel.APIRequestGet |
get() |
AdLabel.APIRequestGetAdCreatives |
getAdCreatives() |
AdLabel.APIRequestGetAds |
getAds() |
AdLabel.APIRequestGetAdSets |
getAdSets() |
AdLabel.APIRequestGetCampaigns |
getCampaigns() |
APIContext |
getContext() |
AdAccount |
getFieldAccount() |
String |
getFieldCreatedTime() |
String |
getFieldId() |
String |
getFieldName() |
String |
getFieldUpdatedTime() |
String |
getId() |
static APIRequest.ResponseParser<AdLabel> |
getParser() |
static AdLabel |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdLabel> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
AdLabel.APIRequestUpdate |
update() |