Class TargetFolder
java.lang.Object
com.gentics.contentnode.rest.model.request.page.TargetFolder
Target folder object for a page copy call. A folder is identified by its id
 and the channelId. You can omit the channelId when you want to copy to master
 folders.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the target folder channel idgetId()Get the target folder IdvoidsetChannelId(Integer channelId) Set the target folder channel id.voidSet the target folder Id 
- 
Field Details
- 
id
 - 
channelId
 
 - 
 - 
Constructor Details
- 
TargetFolder
public TargetFolder()Constructor used by JAXB - 
TargetFolder
 
 - 
 - 
Method Details
- 
getId
Get the target folder Id- Returns:
 
 - 
setId
Set the target folder Id- Parameters:
 id-
 - 
getChannelId
Get the target folder channel id- Returns:
 
 - 
setChannelId
Set the target folder channel id. Set 0 for master folders.- Parameters:
 channelId-
 
 -