public class CollectionDTO extends Object
| Constructor and Description |
|---|
CollectionDTO() |
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDateCreated() |
String |
getDateUpdated() |
String |
getId() |
Set<ItemDTO> |
getItems() |
Map<String,String> |
getPrivateProperties() |
Map<String,String> |
getPublicProperties() |
Set<String> |
getTags() |
String |
getThumbnailUrl() |
String |
getTitle() |
String |
getType() |
String |
toString() |
Copyright © 2016 wix.com. All rights reserved.