/AWS1/CL_STRLSTTEAMMEMBERSRSLT¶
ListTeamMembersResult
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_teammembers TYPE /AWS1/CL_STRTEAMMEMBER=>TT_TEAMMEMBERRESULT TT_TEAMMEMBERRESULT¶
A list of team member objects for the project.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/STRPAGINATIONTOKEN /AWS1/STRPAGINATIONTOKEN¶
The continuation token to use when requesting the next set of results, if there are more results to be returned.
Queryable Attributes¶
teamMembers¶
A list of team member objects for the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEAMMEMBERS() |
Getter for TEAMMEMBERS, with configurable default |
ASK_TEAMMEMBERS() |
Getter for TEAMMEMBERS w/ exceptions if field has no value |
HAS_TEAMMEMBERS() |
Determine if TEAMMEMBERS has a value |
nextToken¶
The continuation token to use when requesting the next set of results, if there are more results to be returned.
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 |