GroupApi class

Constructors

GroupApi([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

createGroup(String id, String name, String password, DatabaseInitialisationDto databaseInitialisationDto, {String? server, int? q, int? n}) Future<GroupDto?>
Create a group
createGroupWithHttpInfo(String id, String name, String password, DatabaseInitialisationDto databaseInitialisationDto, {String? server, int? q, int? n}) Future<Response>
Create a group
getGroup(String id) Future<GroupDto?>
Get a group by id
getGroupWithHttpInfo(String id) Future<Response>
Get a group by id
getReplicationInfo1(String id) Future<ReplicationInfoDto?>
Get index info
getReplicationInfo1WithHttpInfo(String id) Future<Response>
Get index info
initDesignDocs(String id, {String? clazz, bool? warmup}) Future<Object?>
Init design docs
initDesignDocsWithHttpInfo(String id, {String? clazz, bool? warmup}) Future<Response>
Init design docs
listGroups() Future<List<GroupDto>?>
List groups
listGroupsWithHttpInfo() Future<Response>
List groups
modifyGroupName(String id, String name) Future<GroupDto?>
Update group name
modifyGroupNameWithHttpInfo(String id, String name) Future<Response>
Update group name
modifyGroupProperties(String id, ListOfPropertiesDto listOfPropertiesDto) Future<GroupDto?>
Update group properties
modifyGroupPropertiesWithHttpInfo(String id, ListOfPropertiesDto listOfPropertiesDto) Future<Response>
Update group properties
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerNewGroupAdministrator(RegistrationInformationDto registrationInformationDto) Future<RegistrationSuccessDto?>
Create a group
registerNewGroupAdministratorWithHttpInfo(RegistrationInformationDto registrationInformationDto) Future<Response>
Create a group
resetStorage(String id, ListOfIdsDto listOfIdsDto, {int? q, int? n}) Future<Object?>
Reset storage for group
resetStorageWithHttpInfo(String id, ListOfIdsDto listOfIdsDto, {int? q, int? n}) Future<Response>
Reset storage for group
setGroupPassword(String id, String password) Future<GroupDto?>
Set group password
setGroupPasswordWithHttpInfo(String id, String password) Future<Response>
Set group password
solveConflicts(String id, {int? limit, bool? warmup}) Future<List<IdWithRevDto>?>
Solve conflicts for group
solveConflictsWithHttpInfo(String id, {int? limit, bool? warmup}) Future<Response>
Solve conflicts for group
toString() String
A string representation of this object.
inherited

Operators

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