Search
Preparing search index...
The search index is not available
bitcapital-core-sdk (v1.6.0)
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
NestedModelWebService
Class NestedModelWebService<T, U>
Type parameters
T
:
BaseModel
U
:
BaseModelSchema
Hierarchy
NestedModelWebService
AddressWebService
DocumentWebService
PhoneWebService
BankingWebService
Implements
NestedModelWebServiceIntf
<
T
,
U
>
Index
Constructors
constructor
Properties
http
options
Methods
create
delete
find
All
find
One
update
Constructors
constructor
new
Nested
Model
Web
Service
(
options
:
NestedModelWebServiceOptions
)
:
NestedModelWebService
Parameters
options:
NestedModelWebServiceOptions
Returns
NestedModelWebService
Properties
Protected
http
http
:
Http
Protected
options
options
:
NestedModelWebServiceOptions
Methods
Abstract
create
create
(
parentId
:
string
, schema
:
U
)
:
Promise
<
T
>
Parameters
parentId:
string
schema:
U
Returns
Promise
<
T
>
Abstract
delete
delete
(
parentId
:
string
, ownId
:
string
)
:
Promise
<
boolean
>
Parameters
parentId:
string
ownId:
string
Returns
Promise
<
boolean
>
Abstract
find
All
find
All
(
parentId
:
string
, pagination
?:
Pagination
)
:
Promise
<
PaginatedArray
<
T
>
>
Parameters
parentId:
string
Optional
pagination:
Pagination
Returns
Promise
<
PaginatedArray
<
T
>
>
Abstract
find
One
find
One
(
parentId
:
string
, ownId
:
string
)
:
Promise
<
T
>
Parameters
parentId:
string
ownId:
string
Returns
Promise
<
T
>
Abstract
update
update
(
parentId
:
string
, ownId
:
string
, schema
:
Partial
<
U
>
)
:
Promise
<
T
>
Parameters
parentId:
string
ownId:
string
schema:
Partial
<
U
>
Returns
Promise
<
T
>
Globals
Nested
Model
Web
Service
constructor
http
options
create
delete
find
All
find
One
update
Generated using
TypeDoc