/AWS1/CL_CNKBOOLEANCONDITION¶
Boolean condition for a rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_equalto TYPE REF TO /AWS1/CL_CNKBOOLEANOPERANDS /AWS1/CL_CNKBOOLEANOPERANDS¶
Tests that operandOne is equal to operandTwo.
io_notequalto TYPE REF TO /AWS1/CL_CNKBOOLEANOPERANDS /AWS1/CL_CNKBOOLEANOPERANDS¶
Tests that operandOne is not equal to operandTwo.
Queryable Attributes¶
equalTo¶
Tests that operandOne is equal to operandTwo.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EQUALTO() |
Getter for EQUALTO |
notEqualTo¶
Tests that operandOne is not equal to operandTwo.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTEQUALTO() |
Getter for NOTEQUALTO |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BOOLEANCONDITIONLIST¶
TYPES TT_BOOLEANCONDITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNKBOOLEANCONDITION WITH DEFAULT KEY
.