Uses of Class
org.zendesk.client.v2.model.hc.Section
-
Packages that use Section Package Description org.zendesk.client.v2 -
-
Uses of Section in org.zendesk.client.v2
Methods in org.zendesk.client.v2 that return Section Modifier and Type Method Description SectionZendesk. createSection(Section section)SectionZendesk. getSection(long id)SectionZendesk. updateSection(Section section)Methods in org.zendesk.client.v2 that return types with arguments of type Section Modifier and Type Method Description Iterable<Section>Zendesk. getSections()Iterable<Section>Zendesk. getSections(Category category)Iterable<Section>Zendesk. getSections(UserSegment userSegment)List Sections using a User SegmentMethods in org.zendesk.client.v2 with parameters of type Section Modifier and Type Method Description SectionZendesk. createSection(Section section)voidZendesk. deleteSection(Section section)Iterable<Article>Zendesk. getArticles(Section section)SectionZendesk. updateSection(Section section)
-