| Package | Description |
|---|---|
| org.zendesk.client.v2 |
| Modifier and Type | Method and Description |
|---|---|
Translation |
Zendesk.createArticleTranslation(Long articleId,
Translation translation) |
Translation |
Zendesk.createCategoryTranslation(Long categoryId,
Translation translation) |
Translation |
Zendesk.createSectionTranslation(Long sectionId,
Translation translation) |
Translation |
Zendesk.updateArticleTranslation(Long articleId,
String locale,
Translation translation) |
Translation |
Zendesk.updateCategoryTranslation(Long categoryId,
String locale,
Translation translation) |
Translation |
Zendesk.updateSectionTranslation(Long sectionId,
String locale,
Translation translation) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Translation> |
Zendesk.getArticleTranslations(Long articleId) |
Iterable<Translation> |
Zendesk.getCategoryTranslations(Long categoryId) |
Iterable<Translation> |
Zendesk.getSectionTranslations(Long sectionId) |
| Modifier and Type | Method and Description |
|---|---|
Translation |
Zendesk.createArticleTranslation(Long articleId,
Translation translation) |
Translation |
Zendesk.createCategoryTranslation(Long categoryId,
Translation translation) |
Translation |
Zendesk.createSectionTranslation(Long sectionId,
Translation translation) |
void |
Zendesk.deleteTranslation(Translation translation)
Delete translation.
|
Translation |
Zendesk.updateArticleTranslation(Long articleId,
String locale,
Translation translation) |
Translation |
Zendesk.updateCategoryTranslation(Long categoryId,
String locale,
Translation translation) |
Translation |
Zendesk.updateSectionTranslation(Long sectionId,
String locale,
Translation translation) |
Copyright © 2013–2020. All rights reserved.