Uses of Class
org.zendesk.client.v2.model.hc.Translation
-
Packages that use Translation Package Description org.zendesk.client.v2 -
-
Uses of Translation in org.zendesk.client.v2
Methods in org.zendesk.client.v2 that return Translation Modifier and Type Method Description TranslationZendesk. createArticleTranslation(Long articleId, Translation translation)TranslationZendesk. createCategoryTranslation(Long categoryId, Translation translation)TranslationZendesk. createSectionTranslation(Long sectionId, Translation translation)TranslationZendesk. updateArticleTranslation(Long articleId, String locale, Translation translation)TranslationZendesk. updateCategoryTranslation(Long categoryId, String locale, Translation translation)TranslationZendesk. updateSectionTranslation(Long sectionId, String locale, Translation translation)Methods in org.zendesk.client.v2 that return types with arguments of type Translation Modifier and Type Method Description Iterable<Translation>Zendesk. getArticleTranslations(Long articleId)Iterable<Translation>Zendesk. getCategoryTranslations(Long categoryId)Iterable<Translation>Zendesk. getSectionTranslations(Long sectionId)Methods in org.zendesk.client.v2 with parameters of type Translation Modifier and Type Method Description TranslationZendesk. createArticleTranslation(Long articleId, Translation translation)TranslationZendesk. createCategoryTranslation(Long categoryId, Translation translation)TranslationZendesk. createSectionTranslation(Long sectionId, Translation translation)voidZendesk. deleteTranslation(Translation translation)Delete translation.TranslationZendesk. updateArticleTranslation(Long articleId, String locale, Translation translation)TranslationZendesk. updateCategoryTranslation(Long categoryId, String locale, Translation translation)TranslationZendesk. updateSectionTranslation(Long sectionId, String locale, Translation translation)
-