All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
TransactableItem |
copyFrom(TransactableItem instance) |
TransactableItem |
fetch() |
static TransactableItem |
fetchById(Long id,
APIContext context) |
static TransactableItem |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<TransactableItem> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<TransactableItem> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<TransactableItem> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<TransactableItem>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
TransactableItem.APIRequestGet |
get() |
TransactableItem.APIRequestGetChannelsToIntegrityStatus |
getChannelsToIntegrityStatus() |
APIContext |
getContext() |
String |
getFieldActionTitle() |
CatalogItemAppLinks |
getFieldApplinks() |
CatalogSubVerticalList |
getFieldCategorySpecificFields() |
String |
getFieldCurrency() |
String |
getFieldDescription() |
Long |
getFieldDurationTime() |
String |
getFieldDurationType() |
String |
getFieldId() |
TransactableItem.EnumImageFetchStatus |
getFieldImageFetchStatus() |
List<String> |
getFieldImages() |
Long |
getFieldOrderIndex() |
String |
getFieldPrice() |
String |
getFieldPriceType() |
List<String> |
getFieldSanitizedImages() |
String |
getFieldSessionType() |
Long |
getFieldTimePaddingAfterEnd() |
String |
getFieldTitle() |
String |
getFieldTransactableItemId() |
String |
getFieldUrl() |
TransactableItem.EnumVisibility |
getFieldVisibility() |
String |
getId() |
static APIRequest.ResponseParser<TransactableItem> |
getParser() |
static TransactableItem |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<TransactableItem> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |