Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Field and Description |
---|---|
protected ContentLanguage |
LanguagePrivileges.language |
Modifier and Type | Method and Description |
---|---|
ContentLanguage |
LanguagePrivileges.getLanguage()
Language for which the privileges are set
|
ContentLanguage |
ContentLanguage.setCode(String code)
Set the language code
|
ContentLanguage |
ContentLanguage.setGlobalId(String globalId)
Set the global ID
|
ContentLanguage |
ContentLanguage.setId(Integer id)
Set the language ID
|
ContentLanguage |
ContentLanguage.setName(String name)
Set the language name
|
Modifier and Type | Method and Description |
---|---|
void |
LanguagePrivileges.setLanguage(ContentLanguage language)
Set the language
|
Modifier and Type | Method and Description |
---|---|
ContentLanguage |
ContentLanguageResponse.getLanguage()
Content Language
|
Modifier and Type | Method and Description |
---|---|
List<ContentLanguage> |
LanguageListResponse.getLanguages()
List of languages
|
Modifier and Type | Method and Description |
---|---|
void |
ContentLanguageResponse.setLangage(ContentLanguage language)
Set language
|
Modifier and Type | Method and Description |
---|---|
void |
LanguageListResponse.setLanguages(List<ContentLanguage> languages)
Set the list of languages
|
Constructor and Description |
---|
ContentLanguageResponse(ResponseInfo info,
ContentLanguage language)
Create instance with language and response info
|
Modifier and Type | Method and Description |
---|---|
ContentLanguageResponse |
LanguageResource.create(ContentLanguage language)
Create a new content language
|
ContentLanguageResponse |
LanguageResource.update(String id,
ContentLanguage language)
Update the language with given id
|
Modifier and Type | Method and Description |
---|---|
LanguageList |
NodeResource.setLanguages(String nodeId,
List<ContentLanguage> languages)
Set ordered list of languages
|
Copyright © 2024 Gentics Software. All rights reserved.