MattersResource class

Constructors

MattersResource(ApiRequester client)

Properties

exports MattersExportsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
holds MattersHoldsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedQueries MattersSavedQueriesResource
no setter

Methods

addPermissions(AddMatterPermissionsRequest request, String matterId, {String? $fields}) Future<MatterPermission>
Adds an account as a matter collaborator.
close(CloseMatterRequest request, String matterId, {String? $fields}) Future<CloseMatterResponse>
Closes the specified matter.
count(CountArtifactsRequest request, String matterId, {String? $fields}) Future<Operation>
Counts the accounts processed by the specified query.
create(Matter request, {String? $fields}) Future<Matter>
Creates a matter with the given name and description.
delete(String matterId, {String? $fields}) Future<Matter>
Deletes the specified matter.
get(String matterId, {String? view, String? $fields}) Future<Matter>
Gets the specified matter.
list({int? pageSize, String? pageToken, String? state, String? view, String? $fields}) Future<ListMattersResponse>
Lists matters the requestor has access to.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePermissions(RemoveMatterPermissionsRequest request, String matterId, {String? $fields}) Future<Empty>
Removes an account as a matter collaborator.
reopen(ReopenMatterRequest request, String matterId, {String? $fields}) Future<ReopenMatterResponse>
Reopens the specified matter.
toString() String
A string representation of this object.
inherited
undelete(UndeleteMatterRequest request, String matterId, {String? $fields}) Future<Matter>
Undeletes the specified matter.
update(Matter request, String matterId, {String? $fields}) Future<Matter>
Updates the specified matter.

Operators

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