/AWS1/CL_GLUEXTRACTEDPARAMETER¶
Parameter extraction configuration that defines how to extract and map values from API responses to request parameters.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_key TYPE /AWS1/GLUCONNECTORPROPERTYKEY /AWS1/GLUCONNECTORPROPERTYKEY¶
The parameter key name that will be used in subsequent requests.
iv_defaultvalue TYPE /AWS1/GLUDEFAULTVALUE /AWS1/GLUDEFAULTVALUE¶
The default value to use if the parameter cannot be extracted from the response.
iv_propertylocation TYPE /AWS1/GLUPROPERTYLOCATION /AWS1/GLUPROPERTYLOCATION¶
Specifies where this extracted parameter should be placed in subsequent requests, such as in headers, query parameters, or request body.
io_value TYPE REF TO /AWS1/CL_GLURESPONSEEXTMAPPING /AWS1/CL_GLURESPONSEEXTMAPPING¶
The JSON path or extraction mapping that defines how to extract the parameter value from API responses.
Queryable Attributes¶
Key¶
The parameter key name that will be used in subsequent requests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
DefaultValue¶
The default value to use if the parameter cannot be extracted from the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTVALUE() |
Getter for DEFAULTVALUE, with configurable default |
ASK_DEFAULTVALUE() |
Getter for DEFAULTVALUE w/ exceptions if field has no value |
HAS_DEFAULTVALUE() |
Determine if DEFAULTVALUE has a value |
PropertyLocation¶
Specifies where this extracted parameter should be placed in subsequent requests, such as in headers, query parameters, or request body.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTYLOCATION() |
Getter for PROPERTYLOCATION, with configurable default |
ASK_PROPERTYLOCATION() |
Getter for PROPERTYLOCATION w/ exceptions if field has no va |
HAS_PROPERTYLOCATION() |
Determine if PROPERTYLOCATION has a value |
Value¶
The JSON path or extraction mapping that defines how to extract the parameter value from API responses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |