Class MultiTagCreateRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.MultiTagCreateRequest
-
public class MultiTagCreateRequest extends Object
Request to create tags
-
-
Constructor Summary
Constructors Constructor Description MultiTagCreateRequest()
Create empty instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,TagCreateRequest>
getCreate()
Map of temporary IDs to tags to createvoid
setCreate(Map<String,TagCreateRequest> create)
Set the map of IDs to create info
-
-
-
Method Detail
-
getCreate
public Map<String,TagCreateRequest> getCreate()
Map of temporary IDs to tags to create- Returns:
- map of IDs to create info
-
setCreate
public void setCreate(Map<String,TagCreateRequest> create)
Set the map of IDs to create info- Parameters:
create
- map of IDs to create info
-
-