KeywordApi class

Constructors

KeywordApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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