Class ToolsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.admin.ToolsResponse
- All Implemented Interfaces:
Serializable
Response containing the custom tools to display in the UI
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTools()
List of custom toolsvoid
setTools
(List<CustomTool> tools) Set custom tools listMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Field Details
-
tools
-
-
Constructor Details
-
ToolsResponse
public ToolsResponse()
-
-
Method Details
-
getTools
List of custom tools- Returns:
- tool list
-
setTools
Set custom tools list- Parameters:
tool
- list
-