public class UpdateItemRequest extends NewItemRequest<UpdateItemRequest>
| Constructor and Description |
|---|
UpdateItemRequest() |
UpdateItemRequest(String type,
String title,
Set<String> tags,
Map<String,String> publicProperties,
Map<String,String> privateProperties,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
UpdateItemRequest |
setId(String id) |
addPrivateProperty, addPublicProperty, getPrivateProperties, getPublicProperties, getTags, getTitle, getType, setPrivateProperties, setPublicProperties, setTags, setTitle, setTypepublic String getId()
public UpdateItemRequest setId(String id)
Copyright © 2016 wix.com. All rights reserved.