/AWS1/CL_LXBSTARTIMPORTRSP¶
StartImportResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/LXBNAME /AWS1/LXBNAME¶
The name given to the import job.
iv_resourcetype TYPE /AWS1/LXBRESOURCETYPE /AWS1/LXBRESOURCETYPE¶
The type of resource to import.
iv_mergestrategy TYPE /AWS1/LXBMERGESTRATEGY /AWS1/LXBMERGESTRATEGY¶
The action to take when there is a merge conflict.
iv_importid TYPE /AWS1/LXBSTRING /AWS1/LXBSTRING¶
The identifier for the specific import job.
iv_importstatus TYPE /AWS1/LXBIMPORTSTATUS /AWS1/LXBIMPORTSTATUS¶
The status of the import job. If the status is
FAILED, you can get the reason for the failure using theGetImportoperation.
it_tags TYPE /AWS1/CL_LXBTAG=>TT_TAGLIST TT_TAGLIST¶
A list of tags added to the imported bot.
iv_createddate TYPE /AWS1/LXBTIMESTAMP /AWS1/LXBTIMESTAMP¶
A timestamp for the date and time that the import job was requested.
Queryable Attributes¶
name¶
The name given to the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
resourceType¶
The type of resource to import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
mergeStrategy¶
The action to take when there is a merge conflict.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MERGESTRATEGY() |
Getter for MERGESTRATEGY, with configurable default |
ASK_MERGESTRATEGY() |
Getter for MERGESTRATEGY w/ exceptions if field has no value |
HAS_MERGESTRATEGY() |
Determine if MERGESTRATEGY has a value |
importId¶
The identifier for the specific import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTID() |
Getter for IMPORTID, with configurable default |
ASK_IMPORTID() |
Getter for IMPORTID w/ exceptions if field has no value |
HAS_IMPORTID() |
Determine if IMPORTID has a value |
importStatus¶
The status of the import job. If the status is
FAILED, you can get the reason for the failure using theGetImportoperation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTSTATUS() |
Getter for IMPORTSTATUS, with configurable default |
ASK_IMPORTSTATUS() |
Getter for IMPORTSTATUS w/ exceptions if field has no value |
HAS_IMPORTSTATUS() |
Determine if IMPORTSTATUS has a value |
tags¶
A list of tags added to the imported bot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
createdDate¶
A timestamp for the date and time that the import job was requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDDATE() |
Getter for CREATEDDATE, with configurable default |
ASK_CREATEDDATE() |
Getter for CREATEDDATE w/ exceptions if field has no value |
HAS_CREATEDDATE() |
Determine if CREATEDDATE has a value |