All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
DynamicItemDisplayBundleFolder |
copyFrom(DynamicItemDisplayBundleFolder instance) |
DynamicItemDisplayBundleFolder.APIRequestCreateBundle |
createBundle() |
DynamicItemDisplayBundleFolder.APIRequestDelete |
delete() |
DynamicItemDisplayBundleFolder.APIRequestDeleteBundles |
deleteBundles() |
DynamicItemDisplayBundleFolder |
fetch() |
static DynamicItemDisplayBundleFolder |
fetchById(Long id,
APIContext context) |
static DynamicItemDisplayBundleFolder |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<DynamicItemDisplayBundleFolder> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<DynamicItemDisplayBundleFolder> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<DynamicItemDisplayBundleFolder> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<DynamicItemDisplayBundleFolder>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
DynamicItemDisplayBundleFolder.APIRequestGet |
get() |
DynamicItemDisplayBundleFolder.APIRequestGetBundles |
getBundles() |
APIContext |
getContext() |
String |
getFieldCategorizationCriteria() |
String |
getFieldId() |
String |
getFieldName() |
ProductCatalog |
getFieldProductCatalog() |
ProductSet |
getFieldProductSet() |
Map<String,List<String>> |
getFieldValidLabels() |
String |
getId() |
static APIRequest.ResponseParser<DynamicItemDisplayBundleFolder> |
getParser() |
static DynamicItemDisplayBundleFolder |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<DynamicItemDisplayBundleFolder> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
DynamicItemDisplayBundleFolder.APIRequestUpdate |
update() |