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