All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdAssetFeedSpecCaption |
copyFrom(AdAssetFeedSpecCaption instance) |
AdAssetFeedSpecCaption |
fetch() |
static AdAssetFeedSpecCaption |
fetchById(Long id,
APIContext context) |
static AdAssetFeedSpecCaption |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdAssetFeedSpecCaption> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdAssetFeedSpecCaption> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdAssetFeedSpecCaption> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdAssetFeedSpecCaption>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdAssetFeedSpecCaption.APIRequestGet |
get() |
APIContext |
getContext() |
List<AdAssetFeedSpecAssetLabel> |
getFieldAdlabels() |
String |
getFieldId() |
String |
getFieldText() |
String |
getFieldUrlTags() |
String |
getId() |
static APIRequest.ResponseParser<AdAssetFeedSpecCaption> |
getParser() |
static AdAssetFeedSpecCaption |
loadJSON(String json,
APIContext context) |
static APINodeList<AdAssetFeedSpecCaption> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |