/AWS1/CL_PTSLSTOPPORTUNITIES01¶
ListOpportunitiesResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_opportunitysummaries
TYPE /AWS1/CL_PTSOPPORTUNITYSUMMARY=>TT_OPPORTUNITYSUMMARIES
TT_OPPORTUNITYSUMMARIES
¶
An array that contains minimal details for opportunities that match the request criteria. This summary view provides a quick overview of relevant opportunities.
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¶
OpportunitySummaries¶
An array that contains minimal details for opportunities that match the request criteria. This summary view provides a quick overview of relevant opportunities.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPPORTUNITYSUMMARIES() |
Getter for OPPORTUNITYSUMMARIES, with configurable default |
ASK_OPPORTUNITYSUMMARIES() |
Getter for OPPORTUNITYSUMMARIES w/ exceptions if field has n |
HAS_OPPORTUNITYSUMMARIES() |
Determine if OPPORTUNITYSUMMARIES 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 |