| Package | Description |
|---|---|
| org.zendesk.client.v2 | |
| org.zendesk.client.v2.model.dynamic |
| Modifier and Type | Method and Description |
|---|---|
DynamicContentItem |
Zendesk.createDynamicContentItem(DynamicContentItem item) |
DynamicContentItem |
Zendesk.getDynamicContentItem(long id) |
DynamicContentItem |
Zendesk.updateDynamicContentItem(DynamicContentItem item) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<DynamicContentItem> |
Zendesk.getDynamicContentItems() |
| Modifier and Type | Method and Description |
|---|---|
DynamicContentItem |
Zendesk.createDynamicContentItem(DynamicContentItem item) |
void |
Zendesk.deleteDynamicContentItem(DynamicContentItem item) |
Iterable<DynamicContentItemVariant> |
Zendesk.getDynamicContentItemVariants(DynamicContentItem item)
VARIANTS
|
DynamicContentItem |
Zendesk.updateDynamicContentItem(DynamicContentItem item) |
| Modifier and Type | Method and Description |
|---|---|
DynamicContentItem |
DynamicContentItem.createdAt(Date createdAt) |
DynamicContentItem |
DynamicContentItem.defaultLocaleId(Long defaultLocaleId) |
DynamicContentItem |
DynamicContentItem.id(Long id) |
DynamicContentItem |
DynamicContentItem.name(String name) |
DynamicContentItem |
DynamicContentItem.outdated(Boolean outdated) |
DynamicContentItem |
DynamicContentItem.placeholder(String placeholder) |
DynamicContentItem |
DynamicContentItem.updatedAt(Date updatedAt) |
DynamicContentItem |
DynamicContentItem.url(String url) |
DynamicContentItem |
DynamicContentItem.variants(List<DynamicContentItemVariant> variants) |
Copyright © 2013–2020. All rights reserved.