Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
FieldMappingAccessor
Class FieldMappingAccessor
Hierarchy (
View Summary
)
ElementAccessor
<
FieldMapping
,
UpdateFieldMappingRequest
,
FieldMappingSelector
>
FieldMappingAccessor
Index
Constructors
constructor
Methods
get
Unique
Identifier
get
put
patch
archive
get
Path
get
App
Schema
apply
reset
Properties
options
Constructors
constructor
new
FieldMappingAccessor
(
client
:
IntegrationAppApiClient
,
selector
:
string
|
FieldMappingSelector
,
)
:
FieldMappingAccessor
Parameters
client
:
IntegrationAppApiClient
selector
:
string
|
FieldMappingSelector
Returns
FieldMappingAccessor
Methods
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
()
:
Promise
<
FieldMapping
>
Returns
Promise
<
FieldMapping
>
put
put
(
data
:
UpdateFieldMappingRequest
)
:
Promise
<
FieldMapping
>
Parameters
data
:
UpdateFieldMappingRequest
Returns
Promise
<
FieldMapping
>
patch
patch
(
data
:
Partial
<
UpdateFieldMappingRequest
>
)
:
Promise
<
FieldMapping
>
Parameters
data
:
Partial
<
UpdateFieldMappingRequest
>
Returns
Promise
<
FieldMapping
>
archive
archive
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Path
getPath
(
operation
?:
string
)
:
string
Parameters
Optional
operation
:
string
Returns
string
get
App
Schema
getAppSchema
()
:
Promise
<
any
>
Returns
Promise
<
any
>
apply
apply
(
integrationKeys
:
string
[]
)
:
Promise
<
FieldMapping
[]
>
Parameters
integrationKeys
:
string
[]
Returns
Promise
<
FieldMapping
[]
>
reset
reset
()
:
Promise
<
any
>
Returns
Promise
<
any
>
Properties
Protected
options
options
:
{
client
:
IntegrationAppApiClient
;
path
:
string
;
selector
:
string
|
FieldMappingSelector
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Unique
Identifier
get
put
patch
archive
get
Path
get
App
Schema
apply
reset
Properties
options
Console
SDK
REST API
Integration App React - v2.13.2
Loading...