public class NewCollectionRequest extends UpdateCollectionRequest<NewCollectionRequest>
| Constructor and Description |
|---|
NewCollectionRequest() |
NewCollectionRequest(String title,
Set<String> tags,
String thumbnailUrl,
Map<String,String> publicProperties,
Map<String,String> privateProperties,
String type,
Set<NewItemRequest> items) |
| Modifier and Type | Method and Description |
|---|---|
NewCollectionRequest |
addItem(NewItemRequest item) |
Set<NewItemRequest> |
getItems() |
String |
getType() |
NewCollectionRequest |
setItems(Set<NewItemRequest> items) |
NewCollectionRequest |
setType(String type) |
addTag, getPrivateProperties, getPublicProperties, getTags, getThumbnailUrl, getTitle, putPrivateProperty, putPublicProperty, setPrivateProperties, setPublicProperties, setTags, setThumbnailUrl, setTitlepublic String getType()
public Set<NewItemRequest> getItems()
public NewCollectionRequest setType(String type)
public NewCollectionRequest setItems(Set<NewItemRequest> items)
public NewCollectionRequest addItem(NewItemRequest item)
Copyright © 2016 wix.com. All rights reserved.