Class ContentTagCreateRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.TagCreateRequest
-
- com.gentics.contentnode.rest.model.request.ContentTagCreateRequest
-
public class ContentTagCreateRequest extends TagCreateRequest
Request to create a content tag in a page
-
-
Constructor Summary
Constructors Constructor Description ContentTagCreateRequest()
Empty constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCopyPageId()
String
getCopyTagname()
void
setCopyPageId(String copyPageId)
void
setCopyTagname(String copyTagname)
-
Methods inherited from class com.gentics.contentnode.rest.model.request.TagCreateRequest
getConstructId, getKeyword, getMagicValue, setConstructId, setKeyword, setMagicValue
-
-
-
-
Method Detail
-
getCopyPageId
public String getCopyPageId()
- Returns:
- the copyPageId
-
setCopyPageId
public void setCopyPageId(String copyPageId)
- Parameters:
copyPageId
- the copyPageId to set
-
getCopyTagname
public String getCopyTagname()
- Returns:
- the copyTagname
-
setCopyTagname
public void setCopyTagname(String copyTagname)
- Parameters:
copyTagname
- the copyTagname to set
-
-