/AWS1/CL_PTSLSTENGAGEMENTFRM01¶
ListEngagementFromOpportunityTasksResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_tasksummaries
TYPE /AWS1/CL_PTSLSTENGAGEMENTFRM02=>TT_LSTENGAGEMENTFRMOPPORTUNI00
TT_LSTENGAGEMENTFRMOPPORTUNI00
¶
TaskSummaries An array of TaskSummary objects containing details about each task.
iv_nexttoken
TYPE /AWS1/PTSSTRING
/AWS1/PTSSTRING
¶
A token used for pagination to retrieve the next page of results. If there are more results available, this field will contain a token that can be used in a subsequent API call to retrieve the next page. If there are no more results, this field will be null or an empty string.
Queryable Attributes¶
TaskSummaries¶
TaskSummaries An array of TaskSummary objects containing details about each task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKSUMMARIES() |
Getter for TASKSUMMARIES, with configurable default |
ASK_TASKSUMMARIES() |
Getter for TASKSUMMARIES w/ exceptions if field has no value |
HAS_TASKSUMMARIES() |
Determine if TASKSUMMARIES has a value |
NextToken¶
A token used for pagination to retrieve the next page of results. If there are more results available, this field will contain a token that can be used in a subsequent API call to retrieve the next page. If there are no more results, this field will be null or an empty string.
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 |