/AWS1/CL_CNKSEARCHCASESRSP¶
SearchCasesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_cases TYPE /AWS1/CL_CNKSEARCHCASESRSPITEM=>TT_SEARCHCASESRESPONSEITEMLIST TT_SEARCHCASESRESPONSEITEMLIST¶
A list of case documents where each case contains the properties
CaseIdandFieldswhere each field is a complex union structure.
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.
iv_totalcount TYPE /AWS1/CNKTOTALCOUNT /AWS1/CNKTOTALCOUNT¶
The total number of cases that matched the search criteria.
Queryable Attributes¶
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 |
cases¶
A list of case documents where each case contains the properties
CaseIdandFieldswhere each field is a complex union structure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CASES() |
Getter for CASES, with configurable default |
ASK_CASES() |
Getter for CASES w/ exceptions if field has no value |
HAS_CASES() |
Determine if CASES has a value |
totalCount¶
The total number of cases that matched the search criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALCOUNT() |
Getter for TOTALCOUNT |