| Package | Description |
|---|---|
| com.wix.mediaplatform.collection | |
| com.wix.mediaplatform.dto.collection |
| Modifier and Type | Method and Description |
|---|---|
ItemDTO[] |
CollectionManager.appendItems(String userId,
String collectionId,
NewItemRequest[] newItems) |
ItemDTO[] |
CollectionManager.insertAfter(String userId,
String collectionId,
String itemId,
NewItemRequest[] newItems) |
ItemDTO[] |
CollectionManager.insertBefore(String userId,
String collectionId,
String itemId,
NewItemRequest[] newItems) |
ItemDTO[] |
CollectionManager.moveAfter(String userId,
String collectionId,
String itemId,
String[] items) |
ItemDTO[] |
CollectionManager.moveBefore(String userId,
String collectionId,
String itemId,
String[] items) |
ItemDTO[] |
CollectionManager.moveToEnd(String userId,
String collectionId,
String[] items) |
ItemDTO[] |
CollectionManager.moveToStart(String userId,
String collectionId,
String[] items) |
ItemDTO[] |
CollectionManager.prependItems(String userId,
String collectionId,
NewItemRequest[] newItems) |
ItemDTO[] |
CollectionManager.updateItems(String userId,
String collectionId,
UpdateItemRequest[] updatedItems) |
| Modifier and Type | Method and Description |
|---|---|
ItemDTO |
WrappedItemsResponse.ItemAndResponse.getObject() |
| Modifier and Type | Method and Description |
|---|---|
Set<ItemDTO> |
CollectionDTO.getItems() |
| Constructor and Description |
|---|
CollectionDTO(String id,
String type,
String title,
Set<String> tags,
Set<ItemDTO> items,
String thumbnailUrl,
Map<String,String> publicProperties,
Map<String,String> privateProperties,
String dateCreated,
String dateUpdated) |
Copyright © 2016 wix.com. All rights reserved.