Skip to content

/AWS1/CL_WDXDESCRUSERSRESPONSE

DescribeUsersResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_USERS TYPE /AWS1/CL_WDXUSER=>TT_ORGANIZATIONUSERLIST TT_ORGANIZATIONUSERLIST

The users.

IV_TOTALNUMBEROFUSERS TYPE /AWS1/WDXSIZETYPE /AWS1/WDXSIZETYPE

The total number of users included in the results.

IV_MARKER TYPE /AWS1/WDXPAGEMARKERTYPE /AWS1/WDXPAGEMARKERTYPE

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.


Queryable Attributes

Users

The users.

Accessible with the following methods

Method Description
GET_USERS() Getter for USERS, with configurable default
ASK_USERS() Getter for USERS w/ exceptions if field has no value
HAS_USERS() Determine if USERS has a value

TotalNumberOfUsers

The total number of users included in the results.

Accessible with the following methods

Method Description
GET_TOTALNUMBEROFUSERS() Getter for TOTALNUMBEROFUSERS, with configurable default
ASK_TOTALNUMBEROFUSERS() Getter for TOTALNUMBEROFUSERS w/ exceptions if field has no
HAS_TOTALNUMBEROFUSERS() Determine if TOTALNUMBEROFUSERS has a value

Marker

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

Accessible with the following methods

Method Description
GET_MARKER() Getter for MARKER, with configurable default
ASK_MARKER() Getter for MARKER w/ exceptions if field has no value
HAS_MARKER() Determine if MARKER has a value