Uses of Class
com.gentics.contentnode.rest.model.response.log.ActionLogType
-
Packages that use ActionLogType Package Description com.gentics.contentnode.rest.model.response.log -
-
Uses of ActionLogType in com.gentics.contentnode.rest.model.response.log
Methods in com.gentics.contentnode.rest.model.response.log that return ActionLogType Modifier and Type Method Description ActionLogType
ActionLogEntry. getType()
Type of the object, the action was performed onActionLogType
ActionLogType. setLabel(String label)
Set labelActionLogType
ActionLogType. setName(String name)
Set the nameMethods in com.gentics.contentnode.rest.model.response.log with parameters of type ActionLogType Modifier and Type Method Description void
ActionLogEntry. setType(ActionLogType type)
Set object type
-