/AWS1/CL_DOALISTGOALSRESPONSE¶
Response structure containing the list of goals
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_goals TYPE /AWS1/CL_DOAGOAL=>TT_GOALLIST TT_GOALLIST¶
List of goals matching the criteria
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Pagination token for the next set of results
Queryable Attributes¶
goals¶
List of goals matching the criteria
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GOALS() |
Getter for GOALS, with configurable default |
ASK_GOALS() |
Getter for GOALS w/ exceptions if field has no value |
HAS_GOALS() |
Determine if GOALS has a value |
nextToken¶
Pagination token for the next set of results
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 |