com.gentics.contentnode.rest.model.request
Class UnlocalizeRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.UnlocalizeRequest
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MultiUnlocalizeRequest
public class UnlocalizeRequest
- extends Object
- implements Serializable
Request to unlocalize an object
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnlocalizeRequest
public UnlocalizeRequest()
- Create an empty instance
getChannelId
public int getChannelId()
getRecursive
public Boolean getRecursive()
setChannelId
public void setChannelId(int channelId)
setRecursive
public void setRecursive(Boolean recursive)
getForegroundTime
public Integer getForegroundTime()
setForegroundTime
public void setForegroundTime(Integer foregroundTime)
getTypes
public List<UnlocalizeRequest.Type> getTypes()
setTypes
public void setTypes(List<UnlocalizeRequest.Type> types)
Copyright © 2014 Gentics Software GmbH. All Rights Reserved.