MattersHoldsResource class

Constructors

MattersHoldsResource(ApiRequester client)

Properties

accounts MattersHoldsAccountsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addHeldAccounts(AddHeldAccountsRequest request, String matterId, String holdId, {String? $fields}) Future<AddHeldAccountsResponse>
Adds accounts to a hold.
create(Hold request, String matterId, {String? $fields}) Future<Hold>
Creates a hold in the specified matter.
delete(String matterId, String holdId, {String? $fields}) Future<Empty>
Removes the specified hold and releases the accounts or organizational unit covered by the hold.
get(String matterId, String holdId, {String? view, String? $fields}) Future<Hold>
Gets the specified hold.
list(String matterId, {int? pageSize, String? pageToken, String? view, String? $fields}) Future<ListHoldsResponse>
Lists the holds in a matter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeHeldAccounts(RemoveHeldAccountsRequest request, String matterId, String holdId, {String? $fields}) Future<RemoveHeldAccountsResponse>
Removes the specified accounts from a hold.
toString() String
A string representation of this object.
inherited
update(Hold request, String matterId, String holdId, {String? $fields}) Future<Hold>
Updates the scope (organizational unit or accounts) and query parameters of a hold.

Operators

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