Reference / Modules / client / LegalOfficerNonVoidedCommandsImpl
Class: LegalOfficerNonVoidedCommandsImpl
client.LegalOfficerNonVoidedCommandsImpl
Hierarchy
-
↳
LegalOfficerNonVoidedCommandsImpl
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new LegalOfficerNonVoidedCommandsImpl(args
): LegalOfficerNonVoidedCommandsImpl
Parameters
Name | Type |
---|---|
args | LegalOfficerCommandsConstructorArgs |
Returns
LegalOfficerNonVoidedCommandsImpl
Inherited from
LegalOfficerCommands.constructor
Defined in
packages/client/src/Loc.ts:1131
Properties
client
• Protected
client: AuthenticatedLocClient
Inherited from
Defined in
packages/client/src/Loc.ts:1139
locId
• Protected
locId: UUID
Inherited from
Defined in
packages/client/src/Loc.ts:1137
request
• Protected
request: LocRequestState
Inherited from
Defined in
packages/client/src/Loc.ts:1141
Methods
voidLoc
▸ voidLoc(params
): Promise
<VoidedLoc
| VoidedCollectionLoc
>
Parameters
Name | Type |
---|---|
params | VoidParams |
Returns
Promise
<VoidedLoc
| VoidedCollectionLoc
>
Implementation of
LegalOfficerNonVoidedCommands.voidLoc