com.gentics.contentnode.rest.model.request
Class UnlocalizeRequest

java.lang.Object
  extended by 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

Nested Class Summary
static class UnlocalizeRequest.Type
          Enumeration for unlocalized subtypes
 
Constructor Summary
UnlocalizeRequest()
          Create an empty instance
 
Method Summary
 int getChannelId()
           
 Integer getForegroundTime()
           
 Boolean getRecursive()
           
 List<UnlocalizeRequest.Type> getTypes()
           
 void setChannelId(int channelId)
           
 void setForegroundTime(Integer foregroundTime)
           
 void setRecursive(Boolean recursive)
           
 void setTypes(List<UnlocalizeRequest.Type> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlocalizeRequest

public UnlocalizeRequest()
Create an empty instance

Method Detail

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.