Library class

Constructors

Library(int id, String name, String path, CacheController _cacheController, KuebikoHttpClient _httpClient)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
final
name String
getter/setter pair
path String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

books(BookSorting sorting, SortingDirection direction) Future<List<Book>>
delete() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renewMetadata() → void
scan() → void
series() Future<List<Series>>
toString() String
A string representation of this object.
inherited
update() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create(String name, String path, CacheController cacheController, KuebikoHttpClient httpClient) Future<Library>
createFolder(String path, KuebikoHttpClient httpClient) Future<void>
getAll(CacheController cacheController, KuebikoHttpClient httpClient) Future<List<Library>>
getFolderContent(String path, KuebikoHttpClient httpClient) Future<List<String>>
renewMetadataAll(KuebikoHttpClient httpClient) → void
scanAll(KuebikoHttpClient httpClient) → void