/AWS1/CL_QSTTOPICDETAILS¶
A structure that describes the details of a topic, such as its name, description, and associated data sets.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/QSTRESOURCENAME /AWS1/QSTRESOURCENAME¶
The name of the topic.
iv_description TYPE /AWS1/QSTLIMITEDSTRING /AWS1/QSTLIMITEDSTRING¶
The description of the topic.
iv_userexperienceversion TYPE /AWS1/QSTTPCUSEREXPERIENCEVRS /AWS1/QSTTPCUSEREXPERIENCEVRS¶
The user experience version of a topic.
it_datasets TYPE /AWS1/CL_QSTDATASETMETADATA=>TT_DATASETS TT_DATASETS¶
The data sets that the topic is associated with.
io_configoptions TYPE REF TO /AWS1/CL_QSTTOPICCONFIGOPTIONS /AWS1/CL_QSTTOPICCONFIGOPTIONS¶
Configuration options for a
Topic.
Queryable Attributes¶
Name¶
The name of the topic.
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 |
Description¶
The description of the topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
UserExperienceVersion¶
The user experience version of a topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USEREXPERIENCEVERSION() |
Getter for USEREXPERIENCEVERSION, with configurable default |
ASK_USEREXPERIENCEVERSION() |
Getter for USEREXPERIENCEVERSION w/ exceptions if field has |
HAS_USEREXPERIENCEVERSION() |
Determine if USEREXPERIENCEVERSION has a value |
DataSets¶
The data sets that the topic is associated with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETS() |
Getter for DATASETS, with configurable default |
ASK_DATASETS() |
Getter for DATASETS w/ exceptions if field has no value |
HAS_DATASETS() |
Determine if DATASETS has a value |
ConfigOptions¶
Configuration options for a
Topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGOPTIONS() |
Getter for CONFIGOPTIONS |