MattersHoldsResource class
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.