com.gentics.contentnode.rest.model.request
Class MultiPushToMasterRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.PushToMasterRequest
com.gentics.contentnode.rest.model.request.MultiPushToMasterRequest
- All Implemented Interfaces:
- Serializable
public class MultiPushToMasterRequest
- extends PushToMasterRequest
Request to push multiple objects (of same type) to the master
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiPushToMasterRequest
public MultiPushToMasterRequest()
- Create an empty object
getIds
public List<Integer> getIds()
- Get the list of ids
- Returns:
- list of ids
setIds
public void setIds(List<Integer> ids)
- Set the list of ids
- Parameters:
ids
- list of ids
Copyright © 2014 Gentics Software GmbH. All Rights Reserved.