|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.UnlocalizeRequest
com.gentics.contentnode.rest.model.request.MultiUnlocalizeRequest
public class MultiUnlocalizeRequest
Request to unlocalize multiple objects of same type
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.gentics.contentnode.rest.model.request.UnlocalizeRequest |
---|
UnlocalizeRequest.Type |
Constructor Summary | |
---|---|
MultiUnlocalizeRequest()
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.UnlocalizeRequest |
---|
getChannelId, getForegroundTime, getRecursive, getTypes, setChannelId, setForegroundTime, setRecursive, setTypes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiUnlocalizeRequest()
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 |