All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
DynamicItemDisplayBundle |
copyFrom(DynamicItemDisplayBundle instance) |
DynamicItemDisplayBundle.APIRequestDelete |
delete() |
DynamicItemDisplayBundle |
fetch() |
static DynamicItemDisplayBundle |
fetchById(Long id,
APIContext context) |
static DynamicItemDisplayBundle |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<DynamicItemDisplayBundle> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<DynamicItemDisplayBundle> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<DynamicItemDisplayBundle> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<DynamicItemDisplayBundle>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
DynamicItemDisplayBundle.APIRequestGet |
get() |
DynamicItemDisplayBundle.APIRequestGetBundleFolders |
getBundleFolders() |
APIContext |
getContext() |
List<Object> |
getFieldAdditionalUrls() |
String |
getFieldDescription() |
String |
getFieldId() |
String |
getFieldName() |
ProductSet |
getFieldProductSet() |
List<Object> |
getFieldTextTokens() |
String |
getFieldUrl() |
String |
getId() |
static APIRequest.ResponseParser<DynamicItemDisplayBundle> |
getParser() |
static DynamicItemDisplayBundle |
loadJSON(String json,
APIContext context) |
static APINodeList<DynamicItemDisplayBundle> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
DynamicItemDisplayBundle.APIRequestUpdate |
update() |