/AWS1/CL_WKRBTCLKUPUSERUNAME01¶
BatchLookupUserUnameResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_message TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
A message indicating the overall result of the batch lookup operation.
it_successful TYPE /AWS1/CL_WKRBTCUNAMESUCCRSPI00=>TT_BATCHUNAMESUCCESSRSPITEMS TT_BATCHUNAMESUCCESSRSPITEMS¶
A list of successfully resolved username hashes with their corresponding email addresses.
it_failed TYPE /AWS1/CL_WKRBTCUNAMEERRRSPITEM=>TT_BATCHUNAMEERRORRSPITEMS TT_BATCHUNAMEERRORRSPITEMS¶
A list of username hash lookup attempts that failed, including error details explaining why each lookup failed.
Queryable Attributes¶
message¶
A message indicating the overall result of the batch lookup operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
successful¶
A list of successfully resolved username hashes with their corresponding email addresses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFUL() |
Getter for SUCCESSFUL, with configurable default |
ASK_SUCCESSFUL() |
Getter for SUCCESSFUL w/ exceptions if field has no value |
HAS_SUCCESSFUL() |
Determine if SUCCESSFUL has a value |
failed¶
A list of username hash lookup attempts that failed, including error details explaining why each lookup failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |