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

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.PushToMasterRequest
      extended by com.gentics.contentnode.rest.model.request.MultiPushToMasterRequest
All Implemented Interfaces:
Serializable

public class MultiPushToMasterRequest
extends PushToMasterRequest

Request to push multiple objects (of same type) to the master

See Also:
Serialized Form

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
 List<Integer> getIds()
          Get the list of ids
 void setIds(List<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

MultiPushToMasterRequest

public MultiPushToMasterRequest()
Create an empty object

Method Detail

getIds

public List<Integer> getIds()
Get the list of ids

Returns:
list of ids

setIds

public void setIds(List<Integer> ids)
Set the list of ids

Parameters:
ids - list of ids


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.