Uses of Class
com.gentics.contentnode.rest.model.response.admin.CustomTool
-
Packages that use CustomTool Package Description com.gentics.contentnode.rest.model.response.admin -
-
Uses of CustomTool in com.gentics.contentnode.rest.model.response.admin
Fields in com.gentics.contentnode.rest.model.response.admin with type parameters of type CustomTool Modifier and Type Field Description protected List<CustomTool>
ToolsResponse. tools
Methods in com.gentics.contentnode.rest.model.response.admin that return CustomTool Modifier and Type Method Description CustomTool
CustomTool. setIconUrl(String iconUrl)
Set icon URLCustomTool
CustomTool. setId(int id)
Set the internal IDCustomTool
CustomTool. setKey(String key)
Set the keyCustomTool
CustomTool. setName(Map<String,String> name)
Set the name in english and germanCustomTool
CustomTool. setNewtab(boolean newtab)
Set newtab flagCustomTool
CustomTool. setToolUrl(String toolUrl)
Set Tool URLMethods in com.gentics.contentnode.rest.model.response.admin that return types with arguments of type CustomTool Modifier and Type Method Description List<CustomTool>
ToolsResponse. getTools()
List of custom toolsMethod parameters in com.gentics.contentnode.rest.model.response.admin with type arguments of type CustomTool Modifier and Type Method Description void
ToolsResponse. setTools(List<CustomTool> tools)
Set custom tools list
-