ArticleApi class
Constructors
- ArticleApi([ApiClient? apiClient])
Properties
Methods
-
createArticle(
ArticleDto articleDto) → Future< ArticleDto?> - Creates a article
-
createArticleWithHttpInfo(
ArticleDto articleDto) → Future< Response> - Creates a article
-
deleteArticles(
ListOfIdsDto listOfIdsDto) → Future< List< DocIdentifier> ?> - Deletes articles
-
deleteArticlesWithHttpInfo(
ListOfIdsDto listOfIdsDto) → Future< Response> - Deletes articles
-
getArticle(
String articleId) → Future< ArticleDto?> - Gets an article
-
getArticles(
) → Future< List< ArticleDto> ?> - Gets all articles
-
getArticlesWithHttpInfo(
) → Future< Response> - Gets all articles
-
getArticleWithHttpInfo(
String articleId) → Future< Response> - Gets an article
-
modifyArticle(
ArticleDto articleDto) → Future< ArticleDto?> - Modifies an article
-
modifyArticleWithHttpInfo(
ArticleDto articleDto) → Future< Response> - Modifies an article
-
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