/AWS1/CL_FNTGETCONNFUNCRESULT¶
GetConnectionFunctionResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_connectionfunctioncode TYPE /AWS1/FNTFUNCTIONBLOB /AWS1/FNTFUNCTIONBLOB¶
The connection function's code.
iv_etag TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The version identifier for the current version of the connection function.
iv_contenttype TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The connection function's content type.
Queryable Attributes¶
ConnectionFunctionCode¶
The connection function's code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONFUNCTIONCODE() |
Getter for CONNECTIONFUNCTIONCODE, with configurable default |
ASK_CONNECTIONFUNCTIONCODE() |
Getter for CONNECTIONFUNCTIONCODE w/ exceptions if field has |
HAS_CONNECTIONFUNCTIONCODE() |
Determine if CONNECTIONFUNCTIONCODE has a value |
ETag¶
The version identifier for the current version of the connection function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG has a value |
ContentType¶
The connection function's content type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |