Class Translations
- java.lang.Object
-
- org.exoplatform.wiki.service.rest.model.LinkCollection
-
- org.exoplatform.wiki.service.rest.model.Translations
-
public class Translations extends LinkCollection
-
-
Field Summary
Fields Modifier and Type Field Description protected String_defaultprotected List<Translation>translations-
Fields inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
links
-
-
Constructor Summary
Constructors Constructor Description Translations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefault()Obtient la valeur de la propriété default.List<Translation>getTranslations()Gets the value of the translations property.voidsetDefault(String value)Définit la valeur de la propriété default.-
Methods inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
getLinks
-
-
-
-
Field Detail
-
translations
protected List<Translation> translations
-
_default
protected String _default
-
-
Method Detail
-
getTranslations
public List<Translation> getTranslations()
Gets the value of the translations property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the translations property.For example, to add a new item, do as follows:
getTranslations().add(newItem);
Objects of the following type(s) are allowed in the list
Translation
-
getDefault
public String getDefault()
Obtient la valeur de la propriété default.- Returns:
- possible object is
String
-
-