All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
NegativeKeywordList |
copyFrom(NegativeKeywordList instance) |
NegativeKeywordList |
fetch() |
static NegativeKeywordList |
fetchById(Long id,
APIContext context) |
static NegativeKeywordList |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<NegativeKeywordList> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<NegativeKeywordList> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<NegativeKeywordList> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<NegativeKeywordList>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
NegativeKeywordList.APIRequestGet |
get() |
APIContext |
getContext() |
List<Map<String,String>> |
getFieldAppliedActiveAdCampaignGroups() |
List<Map<String,String>> |
getFieldAppliedInactiveAdCampaignGroups() |
String |
getFieldCreatorId() |
String |
getFieldId() |
Boolean |
getFieldIsFullyReviewed() |
String |
getFieldLastUpdateTime() |
String |
getFieldLastUpdateUserId() |
String |
getFieldListName() |
Long |
getFieldTotalApprovedKeywordCount() |
Long |
getFieldTotalDeclinedKeywordCount() |
Long |
getFieldTotalNegativeKeywordCount() |
Long |
getFieldTotalValidatedKeywordCount() |
String |
getId() |
static APIRequest.ResponseParser<NegativeKeywordList> |
getParser() |
static NegativeKeywordList |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<NegativeKeywordList> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
NegativeKeywordList.APIRequestUpdate |
update() |