/AWS1/CL_GDYLISTINVITATIONSRSP¶
ListInvitationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_invitations TYPE /AWS1/CL_GDYINVITATION=>TT_INVITATIONS TT_INVITATIONS¶
A list of invitation descriptions.
iv_nexttoken TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The pagination parameter to be used on the next list operation to retrieve more items.
Queryable Attributes¶
Invitations¶
A list of invitation descriptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVITATIONS() |
Getter for INVITATIONS, with configurable default |
ASK_INVITATIONS() |
Getter for INVITATIONS w/ exceptions if field has no value |
HAS_INVITATIONS() |
Determine if INVITATIONS has a value |
NextToken¶
The pagination parameter to be used on the next list operation to retrieve more items.
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 |