/AWS1/CL_TEXCREADAPTERVRSRSP¶
CreateAdapterVersionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_adapterid TYPE /AWS1/TEXADAPTERID /AWS1/TEXADAPTERID¶
A string containing the unique ID for the adapter that has received a new version.
iv_adapterversion TYPE /AWS1/TEXADAPTERVERSION /AWS1/TEXADAPTERVERSION¶
A string describing the new version of the adapter.
Queryable Attributes¶
AdapterId¶
A string containing the unique ID for the adapter that has received a new version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADAPTERID() |
Getter for ADAPTERID, with configurable default |
ASK_ADAPTERID() |
Getter for ADAPTERID w/ exceptions if field has no value |
HAS_ADAPTERID() |
Determine if ADAPTERID has a value |
AdapterVersion¶
A string describing the new version of the adapter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADAPTERVERSION() |
Getter for ADAPTERVERSION, with configurable default |
ASK_ADAPTERVERSION() |
Getter for ADAPTERVERSION w/ exceptions if field has no valu |
HAS_ADAPTERVERSION() |
Determine if ADAPTERVERSION has a value |