Uses of Class
com.gentics.contentnode.rest.model.LanguagePrivileges
-
Packages that use LanguagePrivileges Package Description com.gentics.contentnode.rest.model -
-
Uses of LanguagePrivileges in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model with type parameters of type LanguagePrivileges Modifier and Type Field Description protected List<LanguagePrivileges>
PrivilegeMap. languages
Deprecated.Methods in com.gentics.contentnode.rest.model that return types with arguments of type LanguagePrivileges Modifier and Type Method Description List<LanguagePrivileges>
PrivilegeMap. getLanguages()
Deprecated.Language specific privilegesMethod parameters in com.gentics.contentnode.rest.model with type arguments of type LanguagePrivileges Modifier and Type Method Description void
PrivilegeMap. setLanguages(List<LanguagePrivileges> languages)
Deprecated.Set the language privileges
-