/AWS1/CL_APYHANDLERCONFIG¶
The configuration for a handler.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_behavior TYPE /AWS1/APYHANDLERBEHAVIOR /AWS1/APYHANDLERBEHAVIOR¶
The behavior for the handler.
io_integration TYPE REF TO /AWS1/CL_APYINTEGRATION /AWS1/CL_APYINTEGRATION¶
The integration data source configuration for the handler.
Queryable Attributes¶
behavior¶
The behavior for the handler.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEHAVIOR() |
Getter for BEHAVIOR, with configurable default |
ASK_BEHAVIOR() |
Getter for BEHAVIOR w/ exceptions if field has no value |
HAS_BEHAVIOR() |
Determine if BEHAVIOR has a value |
integration¶
The integration data source configuration for the handler.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATION() |
Getter for INTEGRATION |