/AWS1/CL_PTSLSTENGAGEMENTBYA01¶
ListEngagementByAcceptingInvitationTasksResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_tasksummaries
TYPE /AWS1/CL_PTSLSTENGAGEMENTBYA02=>TT_LSTENGAGEMENTBYACCINGINVI00
TT_LSTENGAGEMENTBYACCINGINVI00
¶
An array of
EngagementByAcceptingInvitationTaskSummary
objects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.
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¶
An array of
EngagementByAcceptingInvitationTaskSummary
objects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.
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 |