All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AdSavedKeywords |
copyFrom(AdSavedKeywords instance) |
AdSavedKeywords |
fetch() |
static AdSavedKeywords |
fetchById(Long id,
APIContext context) |
static AdSavedKeywords |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdSavedKeywords> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdSavedKeywords> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdSavedKeywords> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdSavedKeywords>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdSavedKeywords.APIRequestGet |
get() |
APIContext |
getContext() |
AdAccount |
getFieldAccount() |
String |
getFieldId() |
AdKeywords |
getFieldKeywords() |
String |
getFieldName() |
String |
getFieldRunStatus() |
String |
getFieldTimeCreated() |
String |
getFieldTimeUpdated() |
String |
getId() |
static APIRequest.ResponseParser<AdSavedKeywords> |
getParser() |
static AdSavedKeywords |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdSavedKeywords> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |