HelpdeskApi class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getZendeskArticle(
num articleId, {num parentId = 0, String section = '', String category = ''}) → Future< HelpdeskArticle> -
getZendeskArticles(
num sectionId, {String category = '', String section = ''}) → Future< List< HelpdeskArticle> > -
getZendeskArticlesForSection(
HelpdeskSection section) → Future< List< HelpdeskArticle> > -
getZendeskCategories(
{bool includeSections = false}) → Future< List< HelpdeskCategory> > -
getZendeskSections(
num categoryId, {bool includeArticles = false}) → Future< List< HelpdeskSection> > -
getZendeskSectionsForCategory(
HelpdeskCategory category) → Future< List< HelpdeskSection> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited