/AWS1/CL_MBCLISTINVITATIONSOUT¶
ListInvitationsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_invitations TYPE /AWS1/CL_MBCINVITATION=>TT_INVITATIONLIST TT_INVITATIONLIST¶
The invitations for the network.
iv_nexttoken TYPE /AWS1/MBCPAGINATIONTOKEN /AWS1/MBCPAGINATIONTOKEN¶
The pagination token that indicates the next set of results to retrieve.
Queryable Attributes¶
Invitations¶
The invitations for the network.
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 token that indicates the next set of results to retrieve.
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 |