Class MultiUnlocalizeRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.UnlocalizeRequest
com.gentics.contentnode.rest.model.request.MultiUnlocalizeRequest
- All Implemented Interfaces:
Serializable
Request to unlocalize multiple objects of same type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.gentics.contentnode.rest.model.request.UnlocalizeRequest
UnlocalizeRequest.Type
-
Constructor Summary
ConstructorDescriptionCreate an empty objectMultiUnlocalizeRequest
(Integer id, UnlocalizeRequest request) Create a wrapper for a single unlocalize request. -
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.request.UnlocalizeRequest
getChannelId, getForegroundTime, getRecursive, getTypes, setChannelId, setForegroundTime, setRecursive, setTypes
-
Constructor Details
-
MultiUnlocalizeRequest
public MultiUnlocalizeRequest()Create an empty object -
MultiUnlocalizeRequest
Create a wrapper for a single unlocalize request.- Parameters:
id
- The ID of the object to unlocalize.request
- The request to wrap.
-
-
Method Details
-
getIds
Get the list of ids- Returns:
- list of ids
-
setIds
Set the list of ids- Parameters:
ids
- list of ids
-