Search
Preparing search index...
The search index is not available
@nationskollen/sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@nationskollen/sdk
services/contact
Contact
Class Contact
Hierarchy
BaseService
Contact
Index
Constructors
constructor
Properties
$connection
Methods
create
delete
update
Constructors
constructor
new
Contact
(
connection
:
Connection
)
:
Contact
Parameters
connection:
Connection
Returns
Contact
Properties
Protected
$connection
$connection
:
Connection
Methods
create
create
(
oid
:
number
, data
:
ContactCreateData
)
:
Promise
<
ContactInformation
>
Parameters
oid:
number
data:
ContactCreateData
Returns
Promise
<
ContactInformation
>
delete
delete
(
oid
:
number
)
:
Promise
<
void
>
Parameters
oid:
number
Returns
Promise
<
void
>
update
update
(
oid
:
number
, change
:
Partial
<
ContactCreateData
>
)
:
Promise
<
ContactInformation
>
Parameters
oid:
number
change:
Partial
<
ContactCreateData
>
Returns
Promise
<
ContactInformation
>
Modules
services/contact
Contact
constructor
$connection
create
delete
update
Generated using
TypeDoc