/AWS1/CL_PTSLISTSOLUTIONSRSP¶
ListSolutionsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_solutionsummaries
TYPE /AWS1/CL_PTSSOLUTIONBASE=>TT_SOLUTIONLIST
TT_SOLUTIONLIST
¶
An array with minimal details for solutions matching the request criteria.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/PTSSTRING
/AWS1/PTSSTRING
¶
A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.
Queryable Attributes¶
SolutionSummaries¶
An array with minimal details for solutions matching the request criteria.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOLUTIONSUMMARIES() |
Getter for SOLUTIONSUMMARIES, with configurable default |
ASK_SOLUTIONSUMMARIES() |
Getter for SOLUTIONSUMMARIES w/ exceptions if field has no v |
HAS_SOLUTIONSUMMARIES() |
Determine if SOLUTIONSUMMARIES has a value |
NextToken¶
A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.
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 |