Uses of Class
com.gentics.contentnode.rest.model.request.TagCreateRequest
-
Packages that use TagCreateRequest Package Description com.gentics.contentnode.rest.model.request -
-
Uses of TagCreateRequest in com.gentics.contentnode.rest.model.request
Subclasses of TagCreateRequest in com.gentics.contentnode.rest.model.request Modifier and Type Class Description class
ContentTagCreateRequest
Request to create a content tag in a pageMethods in com.gentics.contentnode.rest.model.request that return types with arguments of type TagCreateRequest Modifier and Type Method Description Map<String,TagCreateRequest>
MultiTagCreateRequest. getCreate()
Map of temporary IDs to tags to createMethod parameters in com.gentics.contentnode.rest.model.request with type arguments of type TagCreateRequest Modifier and Type Method Description void
MultiTagCreateRequest. setCreate(Map<String,TagCreateRequest> create)
Set the map of IDs to create info
-