public class FolderMoveRequest extends Object
Constructor and Description |
---|
FolderMoveRequest() |
Modifier and Type | Method and Description |
---|---|
int |
getFolderId()
ID of the target folder (where to move the folder)
|
Integer |
getForegroundTime()
Number of seconds, this job may stay in foreground.
|
int |
getNodeId()
ID of the target channel, when moving the folder into a channel.
|
void |
setFolderId(int folderId)
Set the ID of the target folder
|
void |
setForegroundTime(Integer foregroundTime)
Set the foreground time
|
void |
setNodeId(int nodeId)
Set the target channel ID
|
public int getFolderId()
public void setFolderId(int folderId)
folderId
- target folder IDpublic int getNodeId()
public void setNodeId(int nodeId)
nodeId
- target channel IDpublic Integer getForegroundTime()
public void setForegroundTime(Integer foregroundTime)
foregroundTime
- foreground time in secondsCopyright © 2024 Gentics Software. All rights reserved.