Uses of Class
com.gentics.contentnode.rest.model.perm.TypePermissions
-
Packages that use TypePermissions Package Description com.gentics.contentnode.rest.model.perm com.gentics.contentnode.rest.model.response -
-
Uses of TypePermissions in com.gentics.contentnode.rest.model.perm
Methods in com.gentics.contentnode.rest.model.perm that return TypePermissions Modifier and Type Method Description TypePermissions
TypePermissions. setChannelId(Integer channelId)
Set channel IDTypePermissions
TypePermissions. setChildren(boolean children)
Set child flagTypePermissions
TypePermissions. setDescription(String description)
Set descriptionTypePermissions
TypePermissions. setEditable(boolean editable)
Set editable flagTypePermissions
TypePermissions. setId(Integer id)
Set instance IDTypePermissions
TypePermissions. setLabel(String label)
Set labelTypePermissions
TypePermissions. setPerms(List<TypePermissionItem> perms)
Set permissionsTypePermissions
TypePermissions. setRoles(List<RoleItem> roles)
Set rolesTypePermissions
TypePermissions. setType(String type)
Set type -
Uses of TypePermissions in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type TypePermissions Modifier and Type Method Description List<TypePermissions>
TypePermissionList. getItems()
List of type permissions
-