/AWS1/CL_BDOSKILLDEFINITION¶
The structured skill definition with schema version and content.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_schemaversion TYPE /AWS1/BDOSCHEMAVERSION /AWS1/BDOSCHEMAVERSION¶
The version of the skill definition schema.
iv_inlinecontent TYPE /AWS1/BDOINLINECONTENT /AWS1/BDOINLINECONTENT¶
The JSON content containing the structured skill definition.
Queryable Attributes¶
schemaVersion¶
The version of the skill definition schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAVERSION() |
Getter for SCHEMAVERSION, with configurable default |
ASK_SCHEMAVERSION() |
Getter for SCHEMAVERSION w/ exceptions if field has no value |
HAS_SCHEMAVERSION() |
Determine if SCHEMAVERSION has a value |
inlineContent¶
The JSON content containing the structured skill definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INLINECONTENT() |
Getter for INLINECONTENT, with configurable default |
ASK_INLINECONTENT() |
Getter for INLINECONTENT w/ exceptions if field has no value |
HAS_INLINECONTENT() |
Determine if INLINECONTENT has a value |