/AWS1/CL_CATGETUSERDETAILSRSP¶
GetUserDetailsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_userid TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
The system-generated unique ID of the user.
iv_username TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
The name of the user as displayed in Amazon CodeCatalyst.
iv_displayname TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
The friendly name displayed for the user in Amazon CodeCatalyst.
io_primaryemail TYPE REF TO /AWS1/CL_CATEMAILADDRESS /AWS1/CL_CATEMAILADDRESS¶
The email address provided by the user when they signed up.
iv_version TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
Queryable Attributes¶
userId¶
The system-generated unique ID of the user.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_USERID() | Getter for USERID, with configurable default | 
| ASK_USERID() | Getter for USERID w/ exceptions if field has no value | 
| HAS_USERID() | Determine if USERID has a value | 
userName¶
The name of the user as displayed in Amazon CodeCatalyst.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_USERNAME() | Getter for USERNAME, with configurable default | 
| ASK_USERNAME() | Getter for USERNAME w/ exceptions if field has no value | 
| HAS_USERNAME() | Determine if USERNAME has a value | 
displayName¶
The friendly name displayed for the user in Amazon CodeCatalyst.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DISPLAYNAME() | Getter for DISPLAYNAME, with configurable default | 
| ASK_DISPLAYNAME() | Getter for DISPLAYNAME w/ exceptions if field has no value | 
| HAS_DISPLAYNAME() | Determine if DISPLAYNAME has a value | 
primaryEmail¶
The email address provided by the user when they signed up.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_PRIMARYEMAIL() | Getter for PRIMARYEMAIL | 
version¶
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_VERSION() | Getter for VERSION, with configurable default | 
| ASK_VERSION() | Getter for VERSION w/ exceptions if field has no value | 
| HAS_VERSION() | Determine if VERSION has a value |