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

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.UnlocalizeRequest
      extended by com.gentics.contentnode.rest.model.request.MultiUnlocalizeRequest
All Implemented Interfaces:
java.io.Serializable

public class MultiUnlocalizeRequest
extends UnlocalizeRequest

Request to unlocalize multiple objects of same type

See Also:
Serialized Form

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

MultiUnlocalizeRequest

public MultiUnlocalizeRequest()
Create an empty object

Method Detail

getIds

public java.util.List<java.lang.Integer> getIds()
Get the list of ids

Returns:
list of ids

setIds

public void setIds(java.util.List<java.lang.Integer> ids)
Set the list of ids

Parameters:
ids - list of ids


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.