/AWS1/CL_SGFGETRECORDRESPONSE¶
GetRecordResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_record
TYPE /AWS1/CL_SGFFEATUREVALUE=>TT_RECORD
TT_RECORD
¶
The record you requested. A list of
FeatureValues
.
iv_expiresat
TYPE /AWS1/SGFEXPIRESAT
/AWS1/SGFEXPIRESAT
¶
The
ExpiresAt
ISO string of the requested record.
Queryable Attributes¶
Record¶
The record you requested. A list of
FeatureValues
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECORD() |
Getter for RECORD, with configurable default |
ASK_RECORD() |
Getter for RECORD w/ exceptions if field has no value |
HAS_RECORD() |
Determine if RECORD has a value |
ExpiresAt¶
The
ExpiresAt
ISO string of the requested record.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPIRESAT() |
Getter for EXPIRESAT, with configurable default |
ASK_EXPIRESAT() |
Getter for EXPIRESAT w/ exceptions if field has no value |
HAS_EXPIRESAT() |
Determine if EXPIRESAT has a value |