Uses of Class
com.gentics.contentnode.rest.model.response.ContentLanguageResponse
-
Packages that use ContentLanguageResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of ContentLanguageResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return ContentLanguageResponse Modifier and Type Method Description ContentLanguageResponse
LanguageResource. create(ContentLanguage language)
Create a new content languageContentLanguageResponse
LanguageResource. get(String id)
Load the language with given idContentLanguageResponse
LanguageResource. update(String id, ContentLanguage language)
Update the language with given id
-