Docs class
Методы для работы с документами.
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
-
add<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Copies a document to a user's or community's document list.
-
delete<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Deletes a user or community document.
-
edit<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Edits a document.
-
get<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns detailed information about user or community documents.
-
getById<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns information about documents by their IDs.
-
getMessagesUploadServer<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns the server address for document upload.
-
getTypes<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns documents types available for current user.
-
getUploadServer<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns the server address for document upload.
-
getWallUploadServer<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns the server address for document upload onto a user's or community's wall.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
save<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Saves a document after uploading it to a server.
-
search<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of documents matching the search criteria.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited