/AWS1/CL_CNKLISTCASERULESRSP¶
ListCaseRulesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_caserules TYPE /AWS1/CL_CNKCASERULESUMMARY=>TT_CASERULESUMMARYLIST TT_CASERULESUMMARYLIST¶
A list of field summary objects.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CNKNEXTTOKEN /AWS1/CNKNEXTTOKEN¶
The token for the next set of results. This is null if there are no more results to return.
Queryable Attributes¶
caseRules¶
A list of field summary objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CASERULES() |
Getter for CASERULES, with configurable default |
ASK_CASERULES() |
Getter for CASERULES w/ exceptions if field has no value |
HAS_CASERULES() |
Determine if CASERULES has a value |
nextToken¶
The token for the next set of results. This is null if there are no more results to return.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |