KeywordApi class
Constructors
- KeywordApi([ApiClient? apiClient])
Properties
Methods
-
createKeyword(
KeywordDto keywordDto) → Future< KeywordDto?> - Create a keyword with the current user
-
createKeywordWithHttpInfo(
KeywordDto keywordDto) → Future< Response> - Create a keyword with the current user
-
deleteKeywords(
ListOfIdsDto listOfIdsDto) → Future< List< DocIdentifier> ?> - Delete keywords.
-
deleteKeywordsWithHttpInfo(
ListOfIdsDto listOfIdsDto) → Future< Response> - Delete keywords.
-
getKeyword(
String keywordId) → Future< KeywordDto?> - Get a keyword
-
getKeywords(
) → Future< List< KeywordDto> ?> - Gets all keywords
-
getKeywordsByUser(
String userId) → Future< List< KeywordDto> ?> - Get keywords by user
-
getKeywordsByUserWithHttpInfo(
String userId) → Future< Response> - Get keywords by user
-
getKeywordsWithHttpInfo(
) → Future< Response> - Gets all keywords
-
getKeywordWithHttpInfo(
String keywordId) → Future< Response> - Get a keyword
-
modifyKeyword(
KeywordDto keywordDto) → Future< KeywordDto?> - Modify a keyword
-
modifyKeywordWithHttpInfo(
KeywordDto keywordDto) → Future< Response> - Modify a keyword
-
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