Class ToolsResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.admin.ToolsResponse
-
- All Implemented Interfaces:
Serializable
public class ToolsResponse extends GenericResponse
Response containing the custom tools to display in the UI- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CustomTool>
tools
-
Constructor Summary
Constructors Constructor Description ToolsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CustomTool>
getTools()
List of custom toolsvoid
setTools(List<CustomTool> tools)
Set custom tools list-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Field Detail
-
tools
protected List<CustomTool> tools
-
-
Method Detail
-
getTools
public List<CustomTool> getTools()
List of custom tools- Returns:
- tool list
-
setTools
public void setTools(List<CustomTool> tools)
Set custom tools list- Parameters:
tool
- list
-
-