/AWS1/CL_CNTLISTUSERSRESPONSE¶
ListUsersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_usersummarylist TYPE /AWS1/CL_CNTUSERSUMMARY=>TT_USERSUMMARYLIST TT_USERSUMMARYLIST¶
Information about the users.
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN¶
If there are additional results, this is the token for the next set of results.
Queryable Attributes¶
UserSummaryList¶
Information about the users.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERSUMMARYLIST() |
Getter for USERSUMMARYLIST, with configurable default |
ASK_USERSUMMARYLIST() |
Getter for USERSUMMARYLIST w/ exceptions if field has no val |
HAS_USERSUMMARYLIST() |
Determine if USERSUMMARYLIST has a value |
NextToken¶
If there are additional results, this is the token for the next set of results.
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 |