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