|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.PushToMasterRequest
com.gentics.contentnode.rest.model.request.MultiPushToMasterRequest
public class MultiPushToMasterRequest
Request to push multiple objects (of same type) to the master
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.gentics.contentnode.rest.model.request.PushToMasterRequest |
---|
PushToMasterRequest.Type |
Constructor Summary | |
---|---|
MultiPushToMasterRequest()
Create an empty object |
Method Summary | |
---|---|
java.util.List<java.lang.Integer> |
getIds()
Get the list of ids |
void |
setIds(java.util.List<java.lang.Integer> ids)
Set the list of ids |
Methods inherited from class com.gentics.contentnode.rest.model.request.PushToMasterRequest |
---|
getChannelId, getForegroundTime, getMasterId, getRecursive, getTypes, setChannelId, setForegroundTime, setMasterId, setRecursive, setTypes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiPushToMasterRequest()
Method Detail |
---|
public java.util.List<java.lang.Integer> getIds()
public void setIds(java.util.List<java.lang.Integer> ids)
ids
- list of ids
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |